drm_crtc.h (3b02ab8893d45f17ae104588e337188127068a92) drm_crtc.h (e6ecefaadfcdb03db8ac9e739b4ba7a93a8811b3)
1/*
2 * Copyright © 2006 Keith Packard
3 * Copyright © 2007-2008 Dave Airlie
4 * Copyright © 2007-2008 Intel Corporation
5 * Jesse Barnes <jesse.barnes@intel.com>
6 *
7 * Permission is hereby granted, free of charge, to any person obtaining a
8 * copy of this software and associated documentation files (the "Software"),

--- 753 unchanged lines hidden (view full) ---

762
763 int num_crtc;
764 struct list_head crtc_list;
765
766 struct list_head property_list;
767
768 int min_width, min_height;
769 int max_width, max_height;
1/*
2 * Copyright © 2006 Keith Packard
3 * Copyright © 2007-2008 Dave Airlie
4 * Copyright © 2007-2008 Intel Corporation
5 * Jesse Barnes <jesse.barnes@intel.com>
6 *
7 * Permission is hereby granted, free of charge, to any person obtaining a
8 * copy of this software and associated documentation files (the "Software"),

--- 753 unchanged lines hidden (view full) ---

762
763 int num_crtc;
764 struct list_head crtc_list;
765
766 struct list_head property_list;
767
768 int min_width, min_height;
769 int max_width, max_height;
770 struct drm_mode_config_funcs *funcs;
770 const struct drm_mode_config_funcs *funcs;
771 resource_size_t fb_base;
772
773 /* output poll support */
774 bool poll_enabled;
775 struct delayed_work output_poll_work;
776
777 /* pointers to standard properties */
778 struct list_head property_blob_list;

--- 276 unchanged lines hidden ---
771 resource_size_t fb_base;
772
773 /* output poll support */
774 bool poll_enabled;
775 struct delayed_work output_poll_work;
776
777 /* pointers to standard properties */
778 struct list_head property_blob_list;

--- 276 unchanged lines hidden ---