dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/gpu/drm/exynos
Rob Clark 0a7eb243db drm: add support for private planes
In cases where the scanout hw is sufficiently similar between "overlay"
and traditional crtc layers, it might be convenient to allow the driver
to create internal drm_plane helper objects used by the drm_crtc
implementation, rather than duplicate code between the plane and crtc.
A private plane is not exposed to userspace.

Signed-off-by: Rob Clark <rob@ti.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
2012-01-05 10:00:16 +00:00
..
Kconfig drm/exynos: added hdmi display support 2011-12-29 11:21:42 +09:00
Makefile drm/exynos: added hdmi display support 2011-12-29 11:21:42 +09:00
exynos_ddc.c drm/exynos: added hdmi display support 2011-12-29 11:21:42 +09:00
exynos_drm_buf.c drm/exynos: gem code cleanup 2011-12-29 11:21:41 +09:00
exynos_drm_buf.h drm/exynos: Support multi buffers 2011-12-29 11:21:42 +09:00
exynos_drm_connector.c drm/exynos: changed exynos_drm_display to exynos_drm_display_ops 2011-11-15 14:58:45 +09:00
exynos_drm_connector.h DRM: add DRM Driver for Samsung SoC EXYNOS4210. 2011-10-05 10:27:31 +01:00
exynos_drm_core.c drm/exynos: added device object as argument of subdrv_probe(). 2011-10-18 10:01:18 +01:00
exynos_drm_crtc.c drm/exynos: Support multi buffers 2011-12-29 11:21:42 +09:00
exynos_drm_crtc.h drm/exynos: changed buffer structure. 2011-11-15 14:58:46 +09:00
exynos_drm_drv.c drm/exynos: extend vblank off delay time. 2011-12-29 11:21:42 +09:00
exynos_drm_drv.h drm/exynos: extend vblank off delay time. 2011-12-29 11:21:42 +09:00
exynos_drm_encoder.c drm/exynos: Add plane support with fimd 2011-12-21 15:14:17 +09:00
exynos_drm_encoder.h drm/exynos: Add plane support with fimd 2011-12-21 15:14:17 +09:00
exynos_drm_fb.c drm/exynos: Support multi buffers 2011-12-29 11:21:42 +09:00
exynos_drm_fb.h drm/exynos: Support multi buffers 2011-12-29 11:21:42 +09:00
exynos_drm_fbdev.c drm/exynos: Support multi buffers 2011-12-29 11:21:42 +09:00
exynos_drm_fbdev.h DRM: add DRM Driver for Samsung SoC EXYNOS4210. 2011-10-05 10:27:31 +01:00
exynos_drm_fimd.c drm/exynos: added mutex lock and code clean. 2011-12-29 11:21:42 +09:00
exynos_drm_gem.c drm/exynos: Split creation of gem object and gem handle 2011-12-29 11:21:41 +09:00
exynos_drm_gem.h drm/exynos: Split creation of gem object and gem handle 2011-12-29 11:21:41 +09:00
exynos_drm_hdmi.c drm/exynos: added hdmi display support 2011-12-29 11:21:42 +09:00
exynos_drm_hdmi.h drm/exynos: added hdmi display support 2011-12-29 11:21:42 +09:00
exynos_drm_plane.c drm: add support for private planes 2012-01-05 10:00:16 +00:00
exynos_drm_plane.h drm/exynos: Add plane support with fimd 2011-12-21 15:14:17 +09:00
exynos_hdmi.c drm/exynos: added hdmi display support 2011-12-29 11:21:42 +09:00
exynos_hdmi.h drm/exynos: added hdmi display support 2011-12-29 11:21:42 +09:00
exynos_hdmiphy.c drm/exynos: added hdmi display support 2011-12-29 11:21:42 +09:00
exynos_mixer.c drm/exynos: added hdmi display support 2011-12-29 11:21:42 +09:00
exynos_mixer.h drm/exynos: added hdmi display support 2011-12-29 11:21:42 +09:00
regs-hdmi.h drm/exynos: added hdmi display support 2011-12-29 11:21:42 +09:00
regs-mixer.h drm/exynos: added hdmi display support 2011-12-29 11:21:42 +09:00
regs-vp.h drm/exynos: added hdmi display support 2011-12-29 11:21:42 +09:00