linux/drivers/gpu/drm/tiny
Thomas Zimmermann 4aae79f77e drm/simpledrm: Acquire memory aperture for framebuffer
We register the simplekms device with the DRM platform helpers. A
native driver for the graphics hardware will kick-out the simpledrm
driver before taking over the device.

The original generic platform device from the simple-framebuffer boot
code will be unregistered. The native driver will use whatever native
hardware device it received.

v4:
	* convert to drm_aperture_acquire_from_firmware()
v3:
	* use platform_device_unregister() and handle detachment
	  like hot-unplug event (Daniel)
v2:
	* adapt to aperture changes
	* use drm_dev_unplug() and drm_dev_enter/exit()
	* don't split error string

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Acked-by: Maxime Ripard <maxime@cerno.tech>
Tested-by: nerdopolis <bluescreen_avenger@verizon.net>
Link: https://patchwork.freedesktop.org/patch/msgid/20210430105840.30515-10-tzimmermann@suse.de
2021-05-01 12:45:04 +02:00
..
arcpgu.c
cirrus.c drm/format-helper: Pass destination pitch to drm_fb_memcpy_dstclip() 2021-05-01 12:45:03 +02:00
gm12u320.c
hx8357d.c drm/hx8357d: Avoid spamming logs if probe is deferred 2021-04-27 13:15:12 +02:00
ili9225.c drm/ili9225: Avoid spamming logs if probe is deferred 2021-04-27 13:14:58 +02:00
ili9341.c drm/ili9341: Avoid spamming logs if probe is deferred 2021-04-27 13:14:42 +02:00
ili9486.c drm/ili9486: Avoid spamming logs if probe is deferred 2021-04-27 13:14:21 +02:00
Kconfig drm: Add simpledrm driver 2021-05-01 12:45:04 +02:00
Makefile drm: Add simpledrm driver 2021-05-01 12:45:04 +02:00
mi0283qt.c drm/mi0283qt: Avoid spamming logs if probe is deferred 2021-04-27 13:14:06 +02:00
repaper.c
simpledrm.c drm/simpledrm: Acquire memory aperture for framebuffer 2021-05-01 12:45:04 +02:00
st7586.c drm/st7586: Avoid spamming logs if probe is deferred 2021-04-27 13:13:56 +02:00
st7735r.c