Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce/
Ddce_transform.c493 int depth_bits = 0; in set_round() local
499 depth_bits = 6; in set_round()
502 depth_bits = 7; in set_round()
505 depth_bits = 0; in set_round()
508 depth_bits = 1; in set_round()
511 depth_bits = 2; in set_round()
514 depth_bits = 3; in set_round()
517 depth_bits = 4; in set_round()
520 depth_bits = 4; in set_round()
536 depth_bits |= mode_bit << 3; in set_round()
[all …]
/Linux-v4.19/drivers/video/fbdev/
Dhyperv_fb.c127 u8 depth_bits; member
279 msg.situ.video_output[0].depth_bits = info->var.bits_per_pixel; in synthvid_send_situ()