Searched refs:mode_hdisplay (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/i915/display/ |
D | intel_dp.h | 144 u32 mode_clock, u32 mode_hdisplay, 154 int mode_clock, int mode_hdisplay,
|
D | vlv_dsi.c | 1316 u16 mode_hdisplay; in intel_dsi_prepare() local 1320 mode_hdisplay = adjusted_mode->crtc_hdisplay; in intel_dsi_prepare() 1323 mode_hdisplay /= 2; in intel_dsi_prepare() 1325 mode_hdisplay += intel_dsi->pixel_overlap; in intel_dsi_prepare() 1359 …adjusted_mode->crtc_vdisplay << VERTICAL_ADDRESS_SHIFT | mode_hdisplay << HORIZONTAL_ADDRESS_SHIFT… in intel_dsi_prepare()
|
D | intel_dp.c | 870 u32 mode_clock, u32 mode_hdisplay, in get_max_compressed_bpp_with_joiner() argument 876 max_bpp_small_joiner_ram = small_joiner_ram_size_bits(i915) / mode_hdisplay; in get_max_compressed_bpp_with_joiner() 896 u32 mode_clock, u32 mode_hdisplay, in intel_dp_dsc_get_max_compressed_bpp() argument 943 mode_hdisplay, bigjoiner); in intel_dp_dsc_get_max_compressed_bpp() 952 int mode_clock, int mode_hdisplay, in intel_dp_dsc_get_slice_count() argument 982 DIV_ROUND_UP(mode_hdisplay, in intel_dp_dsc_get_slice_count()
|