Revert "drm/vc4: Add FB modifier support to firmwarekms."
authorpopcornmix <popcornmix@gmail.com>
Tue, 13 Jun 2017 14:06:22 +0000 (15:06 +0100)
committerRaspbian kernel package updater <root@raspbian.org>
Sun, 8 Oct 2017 01:08:12 +0000 (01:08 +0000)
This reverts commit 9183dfdbf2cb3ec8e981204847b345f7ab95662d.

drivers/gpu/drm/vc4/vc4_firmware_kms.c

index 40a0cdc179ceabafb387724e1b835895fa3e2ca2..943cbb38f1f2e6fc7c06870be7904677e0a9c7a3 100644 (file)
@@ -18,7 +18,6 @@
 #include "drm_atomic_helper.h"
 #include "drm_plane_helper.h"
 #include "drm_crtc_helper.h"
-#include "drm_fourcc.h"
 #include "linux/clk.h"
 #include "linux/debugfs.h"
 #include "drm_fb_cma_helper.h"
@@ -137,10 +136,6 @@ static void vc4_primary_plane_atomic_update(struct drm_plane *plane,
        fbinfo->yoffset = state->crtc_y;
        fbinfo->base = bo->paddr + fb->offsets[0];
        fbinfo->pitch = fb->pitches[0];
-
-       if (fb->modifier[0] == DRM_FORMAT_MOD_BROADCOM_VC4_T_TILED)
-               fbinfo->bpp |= BIT(31);
-
        /* A bug in the firmware makes it so that if the fb->base is
         * set to nonzero, the configured pitch gets overwritten with
         * the previous pitch.  So, to get the configured pitch