Searched refs:pps_param (Results 1 – 2 of 2) sorted by relevance
4170 u8 pps_param[6]; in intel_dp_pcon_dsc_configure() local4208 pps_param[0] = slice_height & 0xFF; in intel_dp_pcon_dsc_configure()4209 pps_param[1] = slice_height >> 8; in intel_dp_pcon_dsc_configure()4210 pps_param[2] = slice_width & 0xFF; in intel_dp_pcon_dsc_configure()4211 pps_param[3] = slice_width >> 8; in intel_dp_pcon_dsc_configure()4212 pps_param[4] = bits_per_pixel & 0xFF; in intel_dp_pcon_dsc_configure()4213 pps_param[5] = (bits_per_pixel >> 8) & 0x3; in intel_dp_pcon_dsc_configure()4215 ret = drm_dp_pcon_pps_override_param(&intel_dp->aux, pps_param); in intel_dp_pcon_dsc_configure()
1012 int drm_dp_pcon_pps_override_param(struct drm_dp_aux *aux, u8 pps_param[6]);