Lines Matching refs:DISPLAY_INFO
148 #define HAS_CDCLK_CRAWL(__display) (DISPLAY_INFO(__display)->has_cdclk_crawl)
149 #define HAS_CDCLK_SQUASH(__display) (DISPLAY_INFO(__display)->has_cdclk_squash)
155 #define HAS_DDI(__display) (DISPLAY_INFO(__display)->has_ddi)
164 #define HAS_DP_MST(__display) (DISPLAY_INFO(__display)->has_dp_mst)
165 #define HAS_DSB(__display) (DISPLAY_INFO(__display)->has_dsb)
171 #define HAS_FPGA_DBG_UNCLAIMED(__display) (DISPLAY_INFO(__display)->has_fpga_dbg)
175 #define HAS_GMCH(__display) (DISPLAY_INFO(__display)->has_gmch)
177 #define HAS_HOTPLUG(__display) (DISPLAY_INFO(__display)->has_hotplug)
179 #define HAS_IPC(__display) (DISPLAY_INFO(__display)->has_ipc)
185 #define HAS_OVERLAY(__display) (DISPLAY_INFO(__display)->has_overlay)
187 #define HAS_PSR(__display) (DISPLAY_INFO(__display)->has_psr)
188 #define HAS_PSR_HW_TRACKING(__display) (DISPLAY_INFO(__display)->has_psr_hw_tracking)
199 #define OVERLAY_NEEDS_PHYSICAL(__display) (DISPLAY_INFO(__display)->overlay_needs_physical)
200 #define SUPPORTS_TV(__display) (DISPLAY_INFO(__display)->supports_tv)
227 #define DISPLAY_INFO(__display) (__to_intel_display(__display)->info.__device_info) macro