Searched refs:surface_count (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/gpu/drm/amd/display/dc/core/ |
H A D | dc.c | 2643 int surface_count, in check_update_surfaces_for_stream() argument 2653 if (stream_status == NULL || stream_status->plane_count != surface_count) in check_update_surfaces_for_stream() 2715 for (i = 0 ; i < surface_count; i++) { in check_update_surfaces_for_stream() 2733 int surface_count, in dc_check_update_surfaces_for_stream() argument 2742 for (i = 0; i < surface_count; i++) in dc_check_update_surfaces_for_stream() 2745 type = check_update_surfaces_for_stream(dc, updates, surface_count, stream_update, stream_status); in dc_check_update_surfaces_for_stream() 2752 for (i = 0; i < surface_count; i++) in dc_check_update_surfaces_for_stream() 3090 int surface_count, in update_seamless_boot_flags() argument 3093 if (get_seamless_boot_stream_count(context) > 0 && surface_count > 0) { in update_seamless_boot_flags() 3132 struct dc_surface_update *srf_updates, int surface_count, in update_planes_and_stream_state() argument [all …]
|
H A D | dc_debug.c | 62 int surface_count) in pre_surface_trace() argument 67 for (i = 0; i < surface_count; i++) { in pre_surface_trace() 182 int surface_count) in update_surface_trace() argument 187 for (i = 0; i < surface_count; i++) { in update_surface_trace()
|
/linux/drivers/gpu/drm/amd/display/include/ |
H A D | logger_interface.h | 46 int surface_count); 51 int surface_count);
|
/linux/drivers/gpu/drm/amd/display/dc/ |
H A D | dc_stream.h | 381 struct dc_surface_update *surface_updates, int surface_count, 397 int surface_count, 475 int surface_count, 582 int surface_count,
|
H A D | dc_dmub_srv.h | 211 int surface_count);
|
H A D | dc_dmub_srv.c | 1772 int surface_count) in dc_dmub_srv_fams2_passthrough_flip() argument 1781 if (surface_count <= 0 || stream_status == NULL) in dc_dmub_srv_fams2_passthrough_flip() 1787 for (plane_index = 0; plane_index < surface_count; plane_index++) { in dc_dmub_srv_fams2_passthrough_flip()
|
H A D | dc.h | 1597 bool fast_nonaddr_updates_exist(struct dc_fast_update *fast_update, int surface_count); 1600 int surface_count,
|
/linux/drivers/gpu/drm/amd/display/dc/dml2/ |
H A D | dml2_wrapper.c | 114 …dms_needed, refresh_rate_hz, dpps_needed, subvp_height, pstate_width_fw_delay_lines, surface_count; in optimize_configuration() local 138 surface_count = 0; in optimize_configuration() 150 surface_count++; in optimize_configuration() 154 if (surface_count == 1 && dpps_needed > 0 && dpps_needed <= unused_dpps) { in optimize_configuration()
|
/linux/drivers/gpu/drm/amd/display/dc/inc/ |
H A D | resource.h | 150 int surface_count,
|