Merge tag 'amd-drm-next-5.14-2021-06-02' of https://gitlab.freedesktop.org/agd5f...
[linux-2.6-microblaze.git] / drivers / gpu / drm / amd / display / dc / dcn30 / dcn30_dpp.c
index 154279b..2140b75 100644 (file)
@@ -1443,7 +1443,8 @@ bool dpp3_construct(
        dpp->lb_pixel_depth_supported =
                LB_PIXEL_DEPTH_18BPP |
                LB_PIXEL_DEPTH_24BPP |
-               LB_PIXEL_DEPTH_30BPP;
+               LB_PIXEL_DEPTH_30BPP |
+               LB_PIXEL_DEPTH_36BPP;
 
        dpp->lb_bits_per_entry = LB_BITS_PER_ENTRY;
        dpp->lb_memory_size = LB_TOTAL_NUMBER_OF_ENTRIES; /*0x1404*/