HomeSort by: relevance | last modified time | path
    Searched refs:display_color_depth (Results 1 - 21 of 21) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/
amdgpu_dce_stream_encoder.c 321 if (hw_crtc_timing.display_color_depth != COLOR_DEPTH_666)
356 switch (hw_crtc_timing.display_color_depth) {
384 switch (hw_crtc_timing.display_color_depth) {
594 switch (crtc_timing->display_color_depth) {
692 ASSERT(crtc_timing->display_color_depth == COLOR_DEPTH_888);
amdgpu_dce_link_encoder.c 619 switch (crtc_timing->display_color_depth) {
643 if (max_deep_color < crtc_timing->display_color_depth)
646 if (crtc_timing->display_color_depth < COLOR_DEPTH_888)
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
amdgpu_dcn10_stream_encoder.c 294 if (hw_crtc_timing.display_color_depth != COLOR_DEPTH_666)
327 switch (hw_crtc_timing.display_color_depth) {
355 switch (hw_crtc_timing.display_color_depth) {
527 switch (crtc_timing->display_color_depth) {
623 ASSERT(crtc_timing->display_color_depth == COLOR_DEPTH_888);
amdgpu_dcn10_link_encoder.c 607 switch (crtc_timing->display_color_depth) {
631 if (max_deep_color < crtc_timing->display_color_depth)
634 if (crtc_timing->display_color_depth < COLOR_DEPTH_888)
amdgpu_dcn10_resource.c 1043 stream->timing.display_color_depth;
1060 stream->clamping.c_depth = stream->timing.display_color_depth;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dsc/
amdgpu_dc_dsc.c 52 switch (timing->display_color_depth) {
655 switch (timing->display_color_depth) {
953 switch (timing->display_color_depth) {
  /src/sys/external/bsd/drm2/dist/drm/amd/display/modules/info_packet/
amdgpu_info_packet.c 387 switch (stream->timing.display_color_depth) {
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
amdgpu_dc_link.c 2075 enum dc_color_depth display_color_depth; local in function:enable_link_hdmi
2116 display_color_depth = stream->timing.display_color_depth;
2118 display_color_depth = COLOR_DEPTH_888;
2123 display_color_depth,
2212 if (timing->display_color_depth == COLOR_DEPTH_101010)
2214 else if (timing->display_color_depth == COLOR_DEPTH_121212)
2260 switch (timing->display_color_depth) {
3205 switch (timing->display_color_depth) {
amdgpu_dc_link_hwss.c 436 dsc_cfg.color_depth = stream->timing.display_color_depth;
540 dsc_cfg.color_depth = stream->timing.display_color_depth;
amdgpu_dc.c 433 stream->timing.display_color_depth,
1149 &hw_crtc_timing.display_color_depth))
1152 if (hw_crtc_timing.display_color_depth != crtc_timing->display_color_depth)
amdgpu_dc_stream.c 674 stream->timing.display_color_depth);
amdgpu_dc_resource.c 1846 switch (timing->display_color_depth) {
2685 switch (stream->timing.display_color_depth) {
amdgpu_dc_link_dp.c 3632 stream->timing.display_color_depth;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/
dc_hw_types.h 734 enum dc_color_depth display_color_depth; member in struct:dc_crtc_timing
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce110/
amdgpu_dce110_hw_sequencer.c 1151 stream->timing.display_color_depth;
1397 stream->timing.display_color_depth,
1408 stream->timing.display_color_depth,
2118 pipe_ctx->stream->timing.display_color_depth;
amdgpu_dce110_resource.c 879 stream->timing.display_color_depth;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
amdgpu_dcn20_hwseq.c 979 stream->timing.display_color_depth,
990 stream->timing.display_color_depth,
1534 pipe_ctx->stream->timing.display_color_depth,
amdgpu_dcn20_resource.c 1464 stream->timing.display_color_depth;
1484 stream->clamping.c_depth = stream->timing.display_color_depth;
2002 switch (res_ctx->pipe_ctx[i].stream->timing.display_color_depth) {
2309 dsc_cfg.color_depth = stream->timing.display_color_depth;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
amdgpu_dm_debugfs.c 714 switch (dm_crtc_state->stream->timing.display_color_depth) {
amdgpu_dm.c 3731 enum dc_color_depth depth = timing_out->display_color_depth;
3756 timing_out->display_color_depth = depth;
3797 timing_out->display_color_depth = convert_color_depth_from_display_info(
4908 static int convert_dc_color_depth_into_bpc (enum dc_color_depth display_color_depth)
4910 switch (display_color_depth) {
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/calcs/
amdgpu_dcn_calcs.c 1010 switch (pipe->stream->timing.display_color_depth) {

Completed in 48 milliseconds