We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef4374f commit 9550099Copy full SHA for 9550099
drivers/gpu/drm/i915/display/intel_qp_tables.c
@@ -17,13 +17,17 @@
17
/* from BPP 6 to 36 in steps of 0.5 */
18
#define RC_RANGE_QP444_12BPC_MAX_NUM_BPP 61
19
20
-/* from BPP 6 to 24 in steps of 0.5 */
+/* For YCbCr420 the bits_per_pixel sent in PPS params
21
+ * is double the target bpp. The below values represent
22
+ * the target bpp.
23
+ */
24
+/* from BPP 4 to 12 in steps of 0.5 */
25
#define RC_RANGE_QP420_8BPC_MAX_NUM_BPP 17
26
-/* from BPP 6 to 30 in steps of 0.5 */
27
+/* from BPP 4 to 15 in steps of 0.5 */
28
#define RC_RANGE_QP420_10BPC_MAX_NUM_BPP 23
29
-/* from BPP 6 to 36 in steps of 0.5 */
30
+/* from BPP 4 to 18 in steps of 0.5 */
31
#define RC_RANGE_QP420_12BPC_MAX_NUM_BPP 29
32
33
/*
0 commit comments