Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_color.c1325 __drm_ctm_to_dc_matrix(ctm, stream->gamut_remap_matrix.matrix); in amdgpu_dm_update_crtc_color_mgmt()
1327 stream->gamut_remap_matrix.enable_remap = true; in amdgpu_dm_update_crtc_color_mgmt()
1331 stream->gamut_remap_matrix.enable_remap = false; in amdgpu_dm_update_crtc_color_mgmt()
1550 __drm_ctm_3x4_to_dc_matrix(ctm, dc_plane_state->gamut_remap_matrix.matrix); in __set_dm_plane_colorop_3x4_matrix()
1551 dc_plane_state->gamut_remap_matrix.enable_remap = true; in __set_dm_plane_colorop_3x4_matrix()
2046 __drm_ctm_3x4_to_dc_matrix(ctm, dc_plane_state->gamut_remap_matrix.matrix); in amdgpu_dm_update_plane_color_mgmt()
2048 dc_plane_state->gamut_remap_matrix.enable_remap = true; in amdgpu_dm_update_plane_color_mgmt()
2052 dc_plane_state->gamut_remap_matrix.enable_remap = false; in amdgpu_dm_update_plane_color_mgmt()
H A Damdgpu_dm.c10018 bundle->surface_updates[planes_count].gamut_remap_matrix = &dc_plane->gamut_remap_matrix; in amdgpu_dm_commit_planes()
10229 &acrtc_state->stream->gamut_remap_matrix; in amdgpu_dm_commit_planes()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dce60/
H A Ddce60_hwseq.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()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn30/
H A Ddcn30_hwseq.c369 pipe_ctx->plane_state->gamut_remap_matrix.enable_remap == true) { in dcn30_program_gamut_remap()
373 pipe_ctx->plane_state->gamut_remap_matrix.matrix[i]; in dcn30_program_gamut_remap()
383 if (pipe_ctx->stream->gamut_remap_matrix.enable_remap == true) { in dcn30_program_gamut_remap()
387 pipe_ctx->stream->gamut_remap_matrix.matrix[i]; in dcn30_program_gamut_remap()
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_stream.h223 struct colorspace_transform gamut_remap_matrix; member
H A Ddc.h1485 struct colorspace_transform gamut_remap_matrix; member
1840 const struct colorspace_transform *gamut_remap_matrix; member
1867 const struct colorspace_transform *gamut_remap_matrix; member
/linux/drivers/gpu/drm/amd/display/dc/hwss/dce110/
H A Ddce110_hwseq.c2622 if (pipe_ctx->stream->gamut_remap_matrix.enable_remap == true) { in program_gamut_remap()
2627 pipe_ctx->stream->gamut_remap_matrix.matrix[i]; in program_gamut_remap()
2941 if (pipe_ctx->stream->gamut_remap_matrix.enable_remap == true) { in dce110_program_front_end_for_pipe()
2946 pipe_ctx->stream->gamut_remap_matrix.matrix[i]; in dce110_program_front_end_for_pipe()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c2883 if (u->gamut_remap_matrix) { in det_surface_update()
3219 if (srf_update->gamut_remap_matrix) in copy_surface_update_to_plane()
3220 surface->gamut_remap_matrix = in copy_surface_update_to_plane()
3221 *srf_update->gamut_remap_matrix; in copy_surface_update_to_plane()
3269 stream->gamut_remap_matrix = *update->gamut_remap; in copy_stream_update_to_stream()
5062 fast_update[i].gamut_remap_matrix = srf_updates[i].gamut_remap_matrix; in populate_fast_updates()
5080 fast_update[i].gamut_remap_matrix || in fast_updates_exist()
5101 fast_update[i].gamut_remap_matrix || in fast_nonaddr_updates_exist()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn10/
H A Ddcn10_hwseq.c2777 if (pipe_ctx->stream->gamut_remap_matrix.enable_remap == true) { in dcn10_program_gamut_remap()
2781 pipe_ctx->stream->gamut_remap_matrix.matrix[i]; in dcn10_program_gamut_remap()
2783 pipe_ctx->plane_state->gamut_remap_matrix.enable_remap == true) { in dcn10_program_gamut_remap()
2787 pipe_ctx->plane_state->gamut_remap_matrix.matrix[i]; in dcn10_program_gamut_remap()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c108 pipe_ctx->plane_state->gamut_remap_matrix.enable_remap == true) { in dcn401_program_gamut_remap()
112 pipe_ctx->plane_state->gamut_remap_matrix.matrix[i]; in dcn401_program_gamut_remap()
129 if (pipe_ctx->stream->gamut_remap_matrix.enable_remap == true) { in dcn401_program_gamut_remap()
133 pipe_ctx->stream->gamut_remap_matrix.matrix[i]; in dcn401_program_gamut_remap()