mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-23 05:56:14 -04:00
drm/amd/display: Add debugfs interface for ODM combine info
[Why] For use with IGT tests in userspace, the number of ODM segments in use is required to be exposed to userspace to verify that ODM Combine is working as expected when special timings are committed. [How] Add a connector specific debugfs entry that prints the number of ODM segments in use. Reviewed-by: Wenjing Liu <wenjing.liu@amd.com> Acked-by: Hamza Mahfooz <hamza.mahfooz@amd.com> Signed-off-by: Aurabindo Pillai <aurabindo.pillai@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
committed by
Alex Deucher
parent
d755ce6465
commit
07926ba8a4
@@ -309,6 +309,7 @@ struct timing_generator_funcs {
|
||||
*/
|
||||
void (*set_odm_combine)(struct timing_generator *optc, int *opp_id, int opp_cnt,
|
||||
struct dc_crtc_timing *timing);
|
||||
void (*get_odm_combine_segments)(struct timing_generator *tg, int *odm_segments);
|
||||
void (*set_h_timing_div_manual_mode)(struct timing_generator *optc, bool manual_mode);
|
||||
void (*set_gsl)(struct timing_generator *optc, const struct gsl_params *params);
|
||||
void (*set_gsl_source_select)(struct timing_generator *optc,
|
||||
|
||||
Reference in New Issue
Block a user