Searched refs:pps_param (Results 1 – 2 of 2) sorted by relevance
1012 int drm_dp_pcon_pps_override_param(struct drm_dp_aux *aux, u8 pps_param[6]);
4308 u8 pps_param[6]; in intel_dp_pcon_dsc_configure() local4346 pps_param[0] = slice_height & 0xFF; in intel_dp_pcon_dsc_configure()4347 pps_param[1] = slice_height >> 8; in intel_dp_pcon_dsc_configure()4348 pps_param[2] = slice_width & 0xFF; in intel_dp_pcon_dsc_configure()4349 pps_param[3] = slice_width >> 8; in intel_dp_pcon_dsc_configure()4350 pps_param[4] = bits_per_pixel & 0xFF; in intel_dp_pcon_dsc_configure()4351 pps_param[5] = (bits_per_pixel >> 8) & 0x3; in intel_dp_pcon_dsc_configure()4353 ret = drm_dp_pcon_pps_override_param(&intel_dp->aux, pps_param); in intel_dp_pcon_dsc_configure()