linux_dsm_epyc7002/drivers/gpu/drm/omapdrm
Sebastian Reichel 1bb418bffd drm/omap: add support for manually updated displays
This adds the required infrastructure for manually updated displays,
such as DSI command mode panels. While those panels often support
partial updates we currently always do a full refresh.

The display will be refreshed when something calls the dirty callback,
such as libdrm's drmModeDirtyFB(). This is currently being done at least
by the kernel console and Xorg (with modesetting driver) in their
default configuration. Weston does not implement this and the fbdev
backend does not work (display will not update). Weston's DRM backend
uses double buffering and the page flip will also trigger a display
refresh.

Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
2019-06-10 17:04:15 +03:00
..
displays drm/omap: Use dev_get_drvdata() 2019-06-10 17:04:15 +03:00
dss drm/omap: Make sure device_id tables are NULL terminated 2019-06-10 17:04:15 +03:00
Kconfig treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
Makefile
omap_connector.c drm/omap: Add support for drm_panel 2019-03-18 11:42:14 +02:00
omap_connector.h drm/omap: Add support for drm_bridge 2019-03-18 11:42:14 +02:00
omap_crtc.c drm/omap: add support for manually updated displays 2019-06-10 17:04:15 +03:00
omap_crtc.h drm/omap: add support for manually updated displays 2019-06-10 17:04:15 +03:00
omap_debugfs.c drm/omap: gem: Fix mm_list locking 2018-06-28 13:41:05 +03:00
omap_dmm_priv.h drm/omap: partial workaround for DRA7xx DMM errata i878 2018-10-02 09:36:56 +03:00
omap_dmm_tiler.c drm/omap: partial workaround for DRA7xx DMM errata i878 2018-10-02 09:36:56 +03:00
omap_dmm_tiler.h
omap_drv.c drm/omap: remove open-coded drm_invalid_op() 2019-06-10 17:04:15 +03:00
omap_drv.h drm/omap: use DRM_DEBUG_DRIVER instead of CORE 2019-06-10 17:04:15 +03:00
omap_encoder.c drm/omap: Add support for drm_panel 2019-03-18 11:42:14 +02:00
omap_encoder.h drm/omap: Don't pass display pointer to encoder init function 2019-03-18 11:42:12 +02:00
omap_fb.c drm/omap: add support for manually updated displays 2019-06-10 17:04:15 +03:00
omap_fb.h drm/omapdrm: Nuke omap_framebuffer_get_next_connector() 2018-05-25 21:21:39 +03:00
omap_fbdev.c drm/omap: Use drm_fb_helper_fill_info 2019-03-27 10:05:07 +01:00
omap_fbdev.h
omap_gem_dmabuf.c drm/omap: Replace drm_gem_object_{un/reference} with put,get functions 2018-10-02 09:36:56 +03:00
omap_gem.c drm/omap: Replace drm_gem_object_unreference_unlocked with put function 2018-10-02 09:36:56 +03:00
omap_gem.h gpu: drm: omapdrm: Adding new typedef vm_fault_t 2018-06-28 13:41:05 +03:00
omap_irq.c drm/omap: add framedone interrupt support 2019-06-10 17:04:15 +03:00
omap_irq.h drm/omap: add framedone interrupt support 2019-06-10 17:04:15 +03:00
omap_plane.c drm/omap: Use normalized zpos for plane placement 2018-03-28 09:45:45 +03:00
omap_plane.h
tcm-sita.c drm/omap: silence unititialized variable warning 2018-05-07 10:19:11 -04:00
tcm.h
TODO