aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.mailmap1
-rw-r--r--MAINTAINERS10
-rw-r--r--drivers/gpu/drm/vc4/vc4_vec.c6
3 files changed, 6 insertions, 11 deletions
diff --git a/.mailmap b/.mailmap
index 3e2bff9137e9..ce6c497767e2 100644
--- a/.mailmap
+++ b/.mailmap
@@ -160,6 +160,7 @@ Jeff Layton <[email protected]> <[email protected]>
Jens Axboe <[email protected]>
Jens Osterkamp <[email protected]>
diff --git a/MAINTAINERS b/MAINTAINERS
index 38a1e3bf5af0..93ce2b8c1b44 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1578,7 +1578,7 @@ F: drivers/clk/sunxi/
ARM/Allwinner sunXi SoC support
M: Maxime Ripard <[email protected]>
M: Chen-Yu Tsai <[email protected]>
-R: Jernej Skrabec <[email protected]>
+R: Jernej Skrabec <[email protected]>
L: [email protected] (moderated for non-subscribers)
S: Maintained
T: git git://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git
@@ -5089,7 +5089,7 @@ S: Maintained
F: drivers/net/fddi/defza.*
DEINTERLACE DRIVERS FOR ALLWINNER H3
-M: Jernej Skrabec <[email protected]>
+M: Jernej Skrabec <[email protected]>
S: Maintained
T: git git://linuxtv.org/media_tree.git
@@ -5632,7 +5632,7 @@ F: include/linux/power/smartreflex.h
DRM DRIVER FOR ALLWINNER DE2 AND DE3 ENGINE
M: Maxime Ripard <[email protected]>
M: Chen-Yu Tsai <[email protected]>
-R: Jernej Skrabec <[email protected]>
+R: Jernej Skrabec <[email protected]>
S: Supported
T: git git://anongit.freedesktop.org/drm/drm-misc
@@ -6023,7 +6023,7 @@ M: Neil Armstrong <[email protected]>
M: Robert Foss <[email protected]>
R: Laurent Pinchart <[email protected]>
R: Jonas Karlman <[email protected]>
-R: Jernej Skrabec <[email protected]>
+R: Jernej Skrabec <[email protected]>
S: Maintained
T: git git://anongit.freedesktop.org/drm/drm-misc
F: drivers/gpu/drm/bridge/
@@ -15815,7 +15815,7 @@ F: include/uapi/linux/rose.h
F: net/rose/
ROTATION DRIVER FOR ALLWINNER A83T
-M: Jernej Skrabec <[email protected]>
+M: Jernej Skrabec <[email protected]>
S: Maintained
T: git git://linuxtv.org/media_tree.git
diff --git a/drivers/gpu/drm/vc4/vc4_vec.c b/drivers/gpu/drm/vc4/vc4_vec.c
index bd5b8eb58b18..090529d0d5dc 100644
--- a/drivers/gpu/drm/vc4/vc4_vec.c
+++ b/drivers/gpu/drm/vc4/vc4_vec.c
@@ -197,12 +197,6 @@ struct vc4_vec_connector {
struct drm_encoder *encoder;
};
-static inline struct vc4_vec_connector *
-to_vc4_vec_connector(struct drm_connector *connector)
-{
- return container_of(connector, struct vc4_vec_connector, base);
-}
-
enum vc4_vec_tv_mode_id {
VC4_VEC_TV_MODE_NTSC,
VC4_VEC_TV_MODE_NTSC_J,