]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
drm/amd/display: [FW Promotion] Release 0.0.222.0
authorAnthony Koo <anthony.koo@amd.com>
Sun, 9 Jun 2024 03:56:10 +0000 (23:56 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 19 Jun 2024 16:46:27 +0000 (12:46 -0400)
 - Add new condition for PSR exit due to ESD recovery
 - Add new VB scaling feature for ABM by interpolating between
   existing VB parameters, allowing driver to have fine grain
   scaled VB levels between 0 - 250

Acked-by: Hamza Mahfooz <hamza.mahfooz@amd.com>
Signed-off-by: Anthony Koo <anthony.koo@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h

index b75653faf40eb6039f97ac819ef5374bd82a5e8b..78e8698fe378188a71f486c011cdd732d747b305 100644 (file)
@@ -208,6 +208,11 @@ union abm_flags {
                 * @abm_new_frame: Indicates if a new frame update needed for ABM to ramp up into steady
                 */
                unsigned int abm_new_frame : 1;
+
+               /**
+                * @vb_scaling_enabled: Indicates variBright Scaling Enable
+                */
+               unsigned int vb_scaling_enabled : 1;
        } bitfields;
 
        unsigned int u32All;
@@ -2796,9 +2801,9 @@ struct dmub_cmd_psr_copy_settings_data {
         */
        uint8_t relock_delay_frame_cnt;
        /**
-        * Explicit padding to 4 byte boundary.
+        * esd recovery indicate.
         */
-       uint8_t pad3;
+       uint8_t esd_recovery;
        /**
         * DSC Slice height.
         */