Searched refs:dc_plane (Results 1 – 3 of 3) sorted by relevance
112 `dc_state` is composed of `dc_stream` and `dc_plane`. The `dc_stream` is the DC115 Speaking of the `dc_plane` data structure (first part of the diagram), you can119 have one or more `dc_plane` connected to the same `dc_stream`, which defines a
79 From DCHUB to MPC, we have a representation called dc_plane; from MPC to OPTC,82 dc_plane should work to convert all pixels in the plane to something that can
9346 struct dc_plane_state *dc_plane; in amdgpu_dm_commit_planes() local9369 dc_plane = dm_new_plane_state->dc_state; in amdgpu_dm_commit_planes()9370 if (!dc_plane) in amdgpu_dm_commit_planes()9373 bundle->surface_updates[planes_count].surface = dc_plane; in amdgpu_dm_commit_planes()9375 bundle->surface_updates[planes_count].gamma = &dc_plane->gamma_correction; in amdgpu_dm_commit_planes()9378 bundle->surface_updates[planes_count].hdr_mult = dc_plane->hdr_mult; in amdgpu_dm_commit_planes()9379 bundle->surface_updates[planes_count].func_shaper = &dc_plane->in_shaper_func; in amdgpu_dm_commit_planes()9380 bundle->surface_updates[planes_count].lut3d_func = &dc_plane->lut3d_func; in amdgpu_dm_commit_planes()9381 bundle->surface_updates[planes_count].blend_tf = &dc_plane->blend_tf; in amdgpu_dm_commit_planes()9466 bundle->surface_updates[planes_count].surface = dc_plane; in amdgpu_dm_commit_planes()[all …]