Home
last modified time | relevance | path

Searched refs:depth_bits (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dce/
Ddce_transform.c665 int depth_bits = 0; in set_round() local
671 depth_bits = 6; in set_round()
674 depth_bits = 7; in set_round()
677 depth_bits = 0; in set_round()
680 depth_bits = 1; in set_round()
683 depth_bits = 2; in set_round()
686 depth_bits = 3; in set_round()
689 depth_bits = 4; in set_round()
692 depth_bits = 4; in set_round()
708 depth_bits |= mode_bit << 3; in set_round()
[all …]
/Linux-v5.10/drivers/video/fbdev/
Dhyperv_fb.c164 u8 depth_bits; member
335 msg.situ.video_output[0].depth_bits = info->var.bits_per_pixel; in synthvid_send_situ()