brcm2708: update to latest patches from the RPi foundation
[openwrt/openwrt.git] / target / linux / brcm2708 / patches-4.19 / 950-0600-drm-vc4-Remove-now-unused-structure.patch
1 From d4ab5b715c6d52e7135849924d2de08eccd28106 Mon Sep 17 00:00:00 2001
2 From: Dave Stevenson <dave.stevenson@raspberrypi.org>
3 Date: Fri, 5 Apr 2019 17:24:20 +0100
4 Subject: [PATCH 600/725] drm: vc4: Remove now unused structure.
5
6 Cleaning up structure that was unused after
7 fbb59a2 drm: vc4: Add an overlay plane to vc4-firmware-kms
8
9 Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.org>
10 ---
11 drivers/gpu/drm/vc4/vc4_firmware_kms.c | 19 -------------------
12 1 file changed, 19 deletions(-)
13
14 --- a/drivers/gpu/drm/vc4/vc4_firmware_kms.c
15 +++ b/drivers/gpu/drm/vc4/vc4_firmware_kms.c
16 @@ -68,25 +68,6 @@ struct mailbox_set_plane {
17 struct set_plane plane;
18 };
19
20 -struct fb_alloc_tags {
21 - struct rpi_firmware_property_tag_header tag1;
22 - u32 xres, yres;
23 - struct rpi_firmware_property_tag_header tag2;
24 - u32 xres_virtual, yres_virtual;
25 - struct rpi_firmware_property_tag_header tag3;
26 - u32 bpp;
27 - struct rpi_firmware_property_tag_header tag4;
28 - u32 xoffset, yoffset;
29 - struct rpi_firmware_property_tag_header tag5;
30 - u32 base, screen_size;
31 - struct rpi_firmware_property_tag_header tag6;
32 - u32 pitch;
33 - struct rpi_firmware_property_tag_header tag7;
34 - u32 alpha_mode;
35 - struct rpi_firmware_property_tag_header tag8;
36 - u32 layer;
37 -};
38 -
39 struct mailbox_blank_display {
40 struct rpi_firmware_property_tag_header tag1;
41 u32 display;