Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_optc.c1234 const struct dc_crtc_timing *otg_timing) in optc1_is_matching_timing() argument
1239 if (tg == NULL || otg_timing == NULL) in optc1_is_matching_timing()
1254 if (otg_timing->h_total != hw_crtc_timing.h_total) in optc1_is_matching_timing()
1257 if (otg_timing->h_border_left != hw_crtc_timing.h_border_left) in optc1_is_matching_timing()
1260 if (otg_timing->h_addressable != hw_crtc_timing.h_addressable) in optc1_is_matching_timing()
1263 if (otg_timing->h_border_right != hw_crtc_timing.h_border_right) in optc1_is_matching_timing()
1266 if (otg_timing->h_front_porch != hw_crtc_timing.h_front_porch) in optc1_is_matching_timing()
1269 if (otg_timing->h_sync_width != hw_crtc_timing.h_sync_width) in optc1_is_matching_timing()
1272 if (otg_timing->v_total != hw_crtc_timing.v_total) in optc1_is_matching_timing()
1275 if (otg_timing->v_border_top != hw_crtc_timing.v_border_top) in optc1_is_matching_timing()
[all …]
Ddcn10_optc.h552 const struct dc_crtc_timing *otg_timing);
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/inc/hw/
Dtiming_generator.h176 const struct dc_crtc_timing *otg_timing);