OpenCloudOS-Kernel/drivers/gpu/drm/armada
Russell King 950bc137c3 drm/armada: implement primary plane update
Implement primary plane update without having to go through a modeset
to achieve that; the hardware does not require such complexity.  This
means we treat the primary plane as any other, allowing the format,
size, position and scaling to be updated via the normal plane ioctls.

This also allows us to seemlessly disable and re-enable the primary
plane when (eg) displaying full-frame video without any graphic
clipping the overlaid video - which saves wasting memory bandwidth
needlessly verifying that the colorkey is indeed filling the entire
primary plane.

Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
2017-12-08 12:22:01 +00:00
..
Kconfig drm: add more MMU dependencies 2017-01-11 17:24:58 +01:00
Makefile main drm pull request for v4.15 2017-11-15 20:42:10 -08:00
armada_510.c drm/armada: Remove unused #include <drmP.h> 2017-09-29 09:35:36 +02:00
armada_crtc.c drm/armada: implement primary plane update 2017-12-08 12:22:01 +00:00
armada_crtc.h drm/armada: move overlay plane register update generation 2017-12-08 12:21:53 +00:00
armada_debugfs.c drm/armada: Remove armada_drm_debugfs_cleanup() 2017-03-01 16:09:51 +01:00
armada_drm.h drm/armada: Remove armada_drm_debugfs_cleanup() 2017-03-01 16:09:51 +01:00
armada_drv.c drm/armada: Replace drm_framebuffer_reference/unreference() with _get/put() 2017-10-16 15:02:44 -04:00
armada_fb.c drm/armada: Replace drm_gem_object_reference/unreference() with _get/put() 2017-10-16 15:01:51 -04:00
armada_fb.h drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create() 2015-11-24 11:47:38 +01:00
armada_fbdev.c drm/armada: Replace drm_gem_object_reference/unreference() with _get/put() 2017-10-16 15:01:51 -04:00
armada_gem.c drm/armada: Replace drm_gem_object_reference/unreference() with _get/put() 2017-10-16 15:01:51 -04:00
armada_gem.h drm/armada: Use .dumb_map_offset and .dumb_destroy defaults 2017-09-02 14:22:20 +02:00
armada_hw.h
armada_ioctlP.h
armada_overlay.c drm/armada: wait for previous work when moving overlay window 2017-12-08 12:21:57 +00:00
armada_trace.c License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
armada_trace.h main drm pull request for v4.15 2017-11-15 20:42:10 -08:00