Searched refs:DISPLAY_RUNTIME_INFO (Results 1 – 19 of 19) sorted by relevance
| /drivers/gpu/drm/i915/display/ |
| A D | intel_display_device.h | 156 #define HAS_DISPLAY(__display) (DISPLAY_RUNTIME_INFO(__display)->pipe_mask != 0) 157 #define HAS_DMC(__display) (DISPLAY_RUNTIME_INFO(__display)->has_dmc) 166 #define HAS_DSC(__display) (DISPLAY_RUNTIME_INFO(__display)->has_dsc) 169 #define HAS_FBC(__display) (DISPLAY_RUNTIME_INFO(__display)->fbc_mask != 0) 192 #define HAS_TRANSCODER(__display, trans) ((DISPLAY_RUNTIME_INFO(__display)->cpu_transcoder_mask & \ 198 #define INTEL_NUM_PIPES(__display) (hweight8(DISPLAY_RUNTIME_INFO(__display)->pipe_mask)) 228 #define DISPLAY_RUNTIME_INFO(__display) (&__to_intel_display(__display)->info.__runtime_info) macro 230 #define DISPLAY_VER(__display) (DISPLAY_RUNTIME_INFO(__display)->ip.ver) 231 #define DISPLAY_VERx100(__display) (DISPLAY_RUNTIME_INFO(__display)->ip.ver * 100 + \ 232 DISPLAY_RUNTIME_INFO(__display)->ip.rel) [all …]
|
| A D | intel_display_snapshot.c | 38 memcpy(&snapshot->runtime_info, DISPLAY_RUNTIME_INFO(display), in intel_display_snapshot_capture()
|
| A D | intel_display_device.c | 1663 memcpy(DISPLAY_RUNTIME_INFO(display), in intel_display_device_probe() 1665 sizeof(*DISPLAY_RUNTIME_INFO(display))); in intel_display_device_probe() 1687 DISPLAY_RUNTIME_INFO(display)->ip = ip_ver; in intel_display_device_probe() 1698 DISPLAY_RUNTIME_INFO(display)->step = step; in intel_display_device_probe() 1703 DISPLAY_RUNTIME_INFO(display)->ip.ver, in intel_display_device_probe() 1704 DISPLAY_RUNTIME_INFO(display)->ip.rel, in intel_display_device_probe() 1726 struct intel_display_runtime_info *display_runtime = DISPLAY_RUNTIME_INFO(display); in __intel_display_device_info_runtime_init()
|
| A D | intel_display.h | 192 for_each_if(DISPLAY_RUNTIME_INFO(__dev_priv)->pipe_mask & BIT(__p)) 200 for_each_if (DISPLAY_RUNTIME_INFO(__dev_priv)->cpu_transcoder_mask & BIT(__t)) 208 (__s) < DISPLAY_RUNTIME_INFO(__dev_priv)->num_sprites[(__p)]; \
|
| A D | intel_dp_aux.c | 88 return DIV_ROUND_CLOSEST(DISPLAY_RUNTIME_INFO(display)->rawclk_freq, 2000); in g4x_get_aux_clock_divider() 108 freq = DISPLAY_RUNTIME_INFO(display)->rawclk_freq; in ilk_get_aux_clock_divider()
|
| A D | intel_backlight.c | 1032 return DIV_ROUND_CLOSEST(KHz(DISPLAY_RUNTIME_INFO(display)->rawclk_freq), in cnp_hz_to_pwm() 1094 return DIV_ROUND_CLOSEST(KHz(DISPLAY_RUNTIME_INFO(display)->rawclk_freq), in pch_hz_to_pwm() 1112 clock = KHz(DISPLAY_RUNTIME_INFO(display)->rawclk_freq); in i9xx_hz_to_pwm() 1130 clock = KHz(DISPLAY_RUNTIME_INFO(display)->rawclk_freq); in i965_hz_to_pwm() 1154 clock = KHz(DISPLAY_RUNTIME_INFO(display)->rawclk_freq); in vlv_hz_to_pwm()
|
| A D | intel_display_driver.c | 594 DISPLAY_RUNTIME_INFO(display), &p); in intel_display_driver_register()
|
| A D | intel_crtc.c | 318 crtc->num_scalers = DISPLAY_RUNTIME_INFO(display)->num_scalers[pipe]; in intel_crtc_init()
|
| A D | intel_display_power_well.c | 1221 drm_WARN_ON(display->drm, DISPLAY_RUNTIME_INFO(display)->rawclk_freq == 0); in vlv_init_display_clock_gating() 1223 DIV_ROUND_CLOSEST(DISPLAY_RUNTIME_INFO(display)->rawclk_freq, in vlv_init_display_clock_gating()
|
| A D | intel_cursor.c | 1088 zpos = DISPLAY_RUNTIME_INFO(display)->num_sprites[pipe] + 1; in intel_cursor_plane_create()
|
| A D | intel_display_debugfs.c | 64 DISPLAY_RUNTIME_INFO(display), &p); in intel_display_caps()
|
| A D | intel_sprite.c | 54 return pipe * DISPLAY_RUNTIME_INFO(display)->num_sprites[pipe] + sprite + 'A'; in sprite_name()
|
| A D | intel_fbc.c | 70 for_each_if(DISPLAY_RUNTIME_INFO(__display)->fbc_mask & BIT(__fbc_id))
|
| A D | intel_pps.c | 1593 int div = DISPLAY_RUNTIME_INFO(display)->rawclk_freq / 1000; in pps_init_registers()
|
| A D | intel_hdcp.c | 1216 return DISPLAY_RUNTIME_INFO(display)->has_hdcp && in is_hdcp_supported()
|
| A D | intel_bios.c | 2904 unsigned int ports = DISPLAY_RUNTIME_INFO(display)->port_mask; in init_vbt_missing_defaults()
|
| A D | intel_cx0_phy.c | 2316 if (DISPLAY_RUNTIME_INFO(display)->edp_typec_support) in intel_c20_pll_tables_get()
|
| A D | skl_universal_plane.c | 2424 if ((DISPLAY_RUNTIME_INFO(display)->fbc_mask & BIT(fbc_id)) == 0) in skl_plane_has_fbc()
|
| A D | intel_display.c | 3445 return pipes & DISPLAY_RUNTIME_INFO(display)->pipe_mask; in joiner_pipes() 7733 return !drm_WARN(display->drm, !(DISPLAY_RUNTIME_INFO(display)->port_mask & BIT(port)), in assert_port_valid()
|
Completed in 85 milliseconds