Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c410 int planes_count, in update_planes_and_stream_adapter() argument
415 sort(array_of_surface_update, planes_count, in update_planes_and_stream_adapter()
425 planes_count, in update_planes_and_stream_adapter()
9876 int planes_count = 0, vpos, hpos; in amdgpu_dm_commit_planes() local
9957 bundle->surface_updates[planes_count].surface = dc_plane; in amdgpu_dm_commit_planes()
9959 bundle->surface_updates[planes_count].gamma = &dc_plane->gamma_correction; in amdgpu_dm_commit_planes()
9960 bundle->surface_updates[planes_count].in_transfer_func = &dc_plane->in_transfer_func; in amdgpu_dm_commit_planes()
9961 bundle->surface_updates[planes_count].gamut_remap_matrix = &dc_plane->gamut_remap_matrix; in amdgpu_dm_commit_planes()
9962 bundle->surface_updates[planes_count].hdr_mult = dc_plane->hdr_mult; in amdgpu_dm_commit_planes()
9963 bundle->surface_updates[planes_count].func_shaper = &dc_plane->in_shaper_func; in amdgpu_dm_commit_planes()
[all …]