linux_dsm_epyc7002/drivers/gpu/drm/atmel-hlcdc
Ville Syrjälä 952a08a21a drm/atmel-hlcdc: Stop using plane->fb
We want to get rid of plane->fb on atomic drivers. Stop looking at it.

Daniel pointed out that the drm_framebuffer_put() in the plane cleanup
indicates that the driver doesn't shut things down cleanly. To do
that we should be able to just call drm_atomic_helper_shutdown(). Not
really sure the current cleanup sequence is actually sane, but whatever.

v2: Replace the drm_framebuffer_put() with
    drm_atomic_helper_shutdown() (Daniel)

Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
Cc: Boris Brezillon <boris.brezillon@free-electrons.com>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20180405151400.11326-10-ville.syrjala@linux.intel.com
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
2018-05-25 21:21:39 +03:00
..
atmel_hlcdc_crtc.c drm: Nuke drm_atomic_helper_crtc_set_property 2017-08-08 14:45:16 +02:00
atmel_hlcdc_dc.c drm/atmel-hlcdc: Stop using plane->fb 2018-05-25 21:21:39 +03:00
atmel_hlcdc_dc.h drm/atmel-hclcdc: Convert to the new generic alpha property 2018-04-16 21:20:40 +02:00
atmel_hlcdc_output.c Merge tag 'drm-misc-next-2017-06-15' of git://anongit.freedesktop.org/git/drm-misc into drm-next 2017-06-16 09:33:43 +10:00
atmel_hlcdc_plane.c drm/atmel-hlcdc: Stop using plane->fb 2018-05-25 21:21:39 +03:00
Kconfig drm/atmel-hlcdc: make fbdev support really optional 2016-07-15 10:28:33 -04:00
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00