1
0
Fork 0
alistair23-linux/drivers/gpu/drm/arc
Daniel Vetter b46310eecd drm/arcpgu: remove drm_encoder_slave
drm_encoder_slave is the old way to write bridge drivers, for i2c
bridges only. It's deprecated, and definitely should not be used in
new drivers. This has absolutely nothing to do with the new bridge
driver infrastructure implemented by drm_bridge.

What's even strange is that arcpgu doesn't even use any of this, it
really only wants a plain normal drm_encoder. Nuke all the surplus
real estate.

v2: Actually git add after compile testing ...

v3: Clarify commit message and stop including drm_encoder_slave.h.

Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Cc: Alexey Brodkin <abrodkin@synopsys.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20180117141755.16933-1-daniel.vetter@ffwll.ch
2018-01-30 18:05:25 +01:00
..
Kconfig drm/arc: make fbdev support really optional 2016-07-18 09:11:32 +02:00
Makefile drm/arcpgu: Make ARC PGU usable on simulation platforms 2016-06-13 17:45:17 +02:00
arcpgu.h Merge tag 'topic/drm-misc-2016-06-15' of git://anongit.freedesktop.org/drm-intel into drm-next 2016-06-16 05:49:32 +10:00
arcpgu_crtc.c Merge tag 'drm-misc-next-2017-08-08' of git://anongit.freedesktop.org/git/drm-misc into drm-next 2017-08-10 10:47:33 +10:00
arcpgu_drv.c drm/arc: Use drm_gem_cma_print_info() 2017-11-11 11:23:15 +01:00
arcpgu_hdmi.c drm/arcpgu: remove drm_encoder_slave 2018-01-30 18:05:25 +01:00
arcpgu_regs.h drm: Add support of ARC PGU display controller 2016-04-26 17:58:02 +03:00
arcpgu_sim.c drm/arcpgu: remove drm_encoder_slave 2018-01-30 18:05:25 +01:00