display_color_depth 3289 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 	enum dc_color_depth depth = timing_out->display_color_depth;
display_color_depth 3314 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 			timing_out->display_color_depth = depth;
display_color_depth 3348 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 	timing_out->display_color_depth = convert_color_depth_from_display_info(
display_color_depth  708 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_debugfs.c 	switch (dm_crtc_state->stream->timing.display_color_depth) {
display_color_depth  209 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c 		switch (stream->timing.display_color_depth) {
display_color_depth 1008 drivers/gpu/drm/amd/display/dc/calcs/dcn_calcs.c 			switch (pipe->stream->timing.display_color_depth) {
display_color_depth 2031 drivers/gpu/drm/amd/display/dc/core/dc_link.c 	enum dc_color_depth display_color_depth;
display_color_depth 2072 drivers/gpu/drm/amd/display/dc/core/dc_link.c 	display_color_depth = stream->timing.display_color_depth;
display_color_depth 2074 drivers/gpu/drm/amd/display/dc/core/dc_link.c 		display_color_depth = COLOR_DEPTH_888;
display_color_depth 2079 drivers/gpu/drm/amd/display/dc/core/dc_link.c 			display_color_depth,
display_color_depth 2195 drivers/gpu/drm/amd/display/dc/core/dc_link.c 	if (timing->display_color_depth == COLOR_DEPTH_101010)
display_color_depth 2197 drivers/gpu/drm/amd/display/dc/core/dc_link.c 	else if (timing->display_color_depth == COLOR_DEPTH_121212)
display_color_depth 2243 drivers/gpu/drm/amd/display/dc/core/dc_link.c 	switch (timing->display_color_depth) {
display_color_depth 2927 drivers/gpu/drm/amd/display/dc/core/dc_link.c 	switch (timing->display_color_depth) {
display_color_depth 3055 drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c 		stream->timing.display_color_depth;
display_color_depth  402 drivers/gpu/drm/amd/display/dc/core/dc_link_hwss.c 		dsc_cfg.color_depth = stream->timing.display_color_depth;
display_color_depth  503 drivers/gpu/drm/amd/display/dc/core/dc_link_hwss.c 		dsc_cfg.color_depth = stream->timing.display_color_depth;
display_color_depth 1815 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 		switch (timing->display_color_depth) {
display_color_depth 2629 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 		switch (stream->timing.display_color_depth) {
display_color_depth  655 drivers/gpu/drm/amd/display/dc/core/dc_stream.c 			stream->timing.display_color_depth);
display_color_depth  796 drivers/gpu/drm/amd/display/dc/dc_hw_types.h 	enum dc_color_depth display_color_depth;
display_color_depth  614 drivers/gpu/drm/amd/display/dc/dce/dce_link_encoder.c 	switch (crtc_timing->display_color_depth) {
display_color_depth  638 drivers/gpu/drm/amd/display/dc/dce/dce_link_encoder.c 	if (max_deep_color < crtc_timing->display_color_depth)
display_color_depth  641 drivers/gpu/drm/amd/display/dc/dce/dce_link_encoder.c 	if (crtc_timing->display_color_depth < COLOR_DEPTH_888)
display_color_depth  315 drivers/gpu/drm/amd/display/dc/dce/dce_stream_encoder.c 			if (hw_crtc_timing.display_color_depth != COLOR_DEPTH_666)
display_color_depth  350 drivers/gpu/drm/amd/display/dc/dce/dce_stream_encoder.c 	switch (hw_crtc_timing.display_color_depth) {
display_color_depth  378 drivers/gpu/drm/amd/display/dc/dce/dce_stream_encoder.c 	switch (hw_crtc_timing.display_color_depth) {
display_color_depth  588 drivers/gpu/drm/amd/display/dc/dce/dce_stream_encoder.c 	switch (crtc_timing->display_color_depth) {
display_color_depth  686 drivers/gpu/drm/amd/display/dc/dce/dce_stream_encoder.c 	ASSERT(crtc_timing->display_color_depth == COLOR_DEPTH_888);
display_color_depth 1151 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 		stream->timing.display_color_depth;
display_color_depth 1393 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 			stream->timing.display_color_depth,
display_color_depth 1405 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 				stream->timing.display_color_depth,
display_color_depth 2125 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 		pipe_ctx->stream->timing.display_color_depth;
display_color_depth  828 drivers/gpu/drm/amd/display/dc/dce110/dce110_resource.c 		stream->timing.display_color_depth;
display_color_depth  602 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.c 	switch (crtc_timing->display_color_depth) {
display_color_depth  626 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.c 	if (max_deep_color < crtc_timing->display_color_depth)
display_color_depth  629 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.c 	if (crtc_timing->display_color_depth < COLOR_DEPTH_888)
display_color_depth  999 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_resource.c 		stream->timing.display_color_depth;
display_color_depth 1016 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_resource.c 	stream->clamping.c_depth = stream->timing.display_color_depth;
display_color_depth  288 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.c 			if (hw_crtc_timing.display_color_depth != COLOR_DEPTH_666)
display_color_depth  324 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.c 	switch (hw_crtc_timing.display_color_depth) {
display_color_depth  352 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.c 	switch (hw_crtc_timing.display_color_depth) {
display_color_depth  524 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.c 	switch (crtc_timing->display_color_depth) {
display_color_depth  620 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.c 	ASSERT(crtc_timing->display_color_depth == COLOR_DEPTH_888);
display_color_depth  884 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 			stream->timing.display_color_depth,
display_color_depth  894 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 				stream->timing.display_color_depth,
display_color_depth 1454 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c 		stream->timing.display_color_depth;
display_color_depth 1474 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c 	stream->clamping.c_depth = stream->timing.display_color_depth;
display_color_depth 1978 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c 		switch (res_ctx->pipe_ctx[i].stream->timing.display_color_depth) {
display_color_depth 2277 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c 		dsc_cfg.color_depth = stream->timing.display_color_depth;
display_color_depth  597 drivers/gpu/drm/amd/display/dc/dsc/dc_dsc.c 	switch (timing->display_color_depth) {
display_color_depth  354 drivers/gpu/drm/amd/display/modules/info_packet/info_packet.c 		switch (stream->timing.display_color_depth) {