Home
last modified time | relevance | path

Searched refs:pps_param (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/display/
H A Ddrm_dp_helper.c4146 int drm_dp_pcon_pps_override_param(struct drm_dp_aux *aux, u8 pps_param[6]) in drm_dp_pcon_pps_override_param()
4150 ret = drm_dp_dpcd_write_data(aux, DP_PCON_HDMI_PPS_OVRD_SLICE_HEIGHT, &pps_param[0], 2); in drm_dp_pcon_pps_override_param()
4153 ret = drm_dp_dpcd_write_data(aux, DP_PCON_HDMI_PPS_OVRD_SLICE_WIDTH, &pps_param[2], 2); in drm_dp_pcon_pps_override_param()
4156 ret = drm_dp_dpcd_write_data(aux, DP_PCON_HDMI_PPS_OVRD_BPP, &pps_param[4], 2); in drm_dp_pcon_pps_override_param()
/linux/include/drm/display/
H A Ddrm_dp_helper.h1014 int drm_dp_pcon_pps_override_param(struct drm_dp_aux *aux, u8 pps_param[6]);
/linux/drivers/gpu/drm/i915/display/
H A Dintel_dp.c4359 u8 pps_param[6]; in intel_dp_pcon_dsc_configure() local
4397 pps_param[0] = slice_height & 0xFF; in intel_dp_pcon_dsc_configure()
4398 pps_param[1] = slice_height >> 8; in intel_dp_pcon_dsc_configure()
4399 pps_param[2] = slice_width & 0xFF; in intel_dp_pcon_dsc_configure()
4400 pps_param[3] = slice_width >> 8; in intel_dp_pcon_dsc_configure()
4401 pps_param[4] = bits_per_pixel & 0xFF; in intel_dp_pcon_dsc_configure()
4402 pps_param[5] = (bits_per_pixel >> 8) & 0x3; in intel_dp_pcon_dsc_configure()
4404 ret = drm_dp_pcon_pps_override_param(&intel_dp->aux, pps_param); in intel_dp_pcon_dsc_configure()