Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_color.c485 __drm_ctm_to_dc_matrix(ctm, stream->gamut_remap_matrix.matrix); in amdgpu_dm_update_crtc_color_mgmt()
487 stream->gamut_remap_matrix.enable_remap = true; in amdgpu_dm_update_crtc_color_mgmt()
491 stream->gamut_remap_matrix.enable_remap = false; in amdgpu_dm_update_crtc_color_mgmt()
H A Damdgpu_dm.c8110 bundle->surface_updates[planes_count].gamut_remap_matrix = &dc_plane->gamut_remap_matrix; in amdgpu_dm_commit_planes()
8317 &acrtc_state->stream->gamut_remap_matrix; in amdgpu_dm_commit_planes()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce60/
H A Ddce60_hw_sequencer.c302 if (pipe_ctx->stream->gamut_remap_matrix.enable_remap == true) { in dce60_program_front_end_for_pipe()
307 pipe_ctx->stream->gamut_remap_matrix.matrix[i]; in dce60_program_front_end_for_pipe()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc.h1214 struct colorspace_transform gamut_remap_matrix; member
1289 const struct colorspace_transform *gamut_remap_matrix; member
1315 const struct colorspace_transform *gamut_remap_matrix; member
H A Ddc_stream.h211 struct colorspace_transform gamut_remap_matrix; member
/openbmc/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c2548 if (u->gamut_remap_matrix) in det_surface_update()
2853 if (srf_update->gamut_remap_matrix) in copy_surface_update_to_plane()
2854 surface->gamut_remap_matrix = in copy_surface_update_to_plane()
2855 *srf_update->gamut_remap_matrix; in copy_surface_update_to_plane()
2896 stream->gamut_remap_matrix = *update->gamut_remap; in copy_stream_update_to_stream()
4162 fast_update[i].gamut_remap_matrix = srf_updates[i].gamut_remap_matrix; in populate_fast_updates()
4179 fast_update[i].gamut_remap_matrix || in fast_updates_exist()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_hw_sequencer.c2407 if (pipe_ctx->stream->gamut_remap_matrix.enable_remap == true) { in program_gamut_remap()
2412 pipe_ctx->stream->gamut_remap_matrix.matrix[i]; in program_gamut_remap()
2720 if (pipe_ctx->stream->gamut_remap_matrix.enable_remap == true) { in dce110_program_front_end_for_pipe()
2725 pipe_ctx->stream->gamut_remap_matrix.matrix[i]; in dce110_program_front_end_for_pipe()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_hw_sequencer.c2493 if (pipe_ctx->stream->gamut_remap_matrix.enable_remap == true) { in dcn10_program_gamut_remap()
2497 pipe_ctx->stream->gamut_remap_matrix.matrix[i]; in dcn10_program_gamut_remap()
2499 pipe_ctx->plane_state->gamut_remap_matrix.enable_remap == true) { in dcn10_program_gamut_remap()
2503 pipe_ctx->plane_state->gamut_remap_matrix.matrix[i]; in dcn10_program_gamut_remap()