Searched refs:intel_dsc_pps_read_and_verify (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/i915/display/ |
D | intel_vdsc.c | 824 static u32 intel_dsc_pps_read_and_verify(struct intel_crtc_state *crtc_state, int pps) in intel_dsc_pps_read_and_verify() function 846 pps_temp = intel_dsc_pps_read_and_verify(crtc_state, 0); in intel_dsc_get_pps_config() 858 pps_temp = intel_dsc_pps_read_and_verify(crtc_state, 1); in intel_dsc_get_pps_config() 868 pps_temp = intel_dsc_pps_read_and_verify(crtc_state, 2); in intel_dsc_get_pps_config() 874 pps_temp = intel_dsc_pps_read_and_verify(crtc_state, 3); in intel_dsc_get_pps_config() 880 pps_temp = intel_dsc_pps_read_and_verify(crtc_state, 4); in intel_dsc_get_pps_config() 886 pps_temp = intel_dsc_pps_read_and_verify(crtc_state, 5); in intel_dsc_get_pps_config() 892 pps_temp = intel_dsc_pps_read_and_verify(crtc_state, 6); in intel_dsc_get_pps_config() 900 pps_temp = intel_dsc_pps_read_and_verify(crtc_state, 7); in intel_dsc_get_pps_config() 906 pps_temp = intel_dsc_pps_read_and_verify(crtc_state, 8); in intel_dsc_get_pps_config() [all …]
|