]> Git Repo - J-linux.git/blobdiff - drivers/gpu/drm/amd/display/dc/inc/hw/opp.h
Merge tag 'apparmor-pr-2024-07-25' of git://git.kernel.org/pub/scm/linux/kernel/git...
[J-linux.git] / drivers / gpu / drm / amd / display / dc / inc / hw / opp.h
index 127fb1a5165495637042051fdbdef11691880ad0..747679cb49449569d9f32b3593e63137b48f2bde 100644 (file)
@@ -205,9 +205,24 @@ struct gamma_coefficients {
        struct fixed31_32 user_brightness;
 };
 
+/**
+ * struct pwl_float_data - Fixed point RGB color
+ */
 struct pwl_float_data {
+       /**
+        * @r: Component Red.
+        */
        struct fixed31_32 r;
+
+       /**
+        * @g: Component Green.
+        */
+
        struct fixed31_32 g;
+
+       /**
+        * @b: Component Blue.
+        */
        struct fixed31_32 b;
 };
 
This page took 0.02695 seconds and 4 git commands to generate.