alistair23-linux/drivers/gpu/drm/exynos
YoungJun Cho 2dec17c70e drm/exynos: Check g2d cmd list for g2d restrictions
This patch checks command list from user for g2d restrictions.

For now, g2d driver wasn't considered for G2D hardware restrictions
properly. The below is the restrictions to G2D hardware and this patch
considers them.
    - width or height value in the command list
	has to be in valid range (1 to 8000 pixels)
    - The requested area should be less than buffer size.
    - right has to be bigger than left.
    - bottom has to be bigger than top.

Changelog v2:
- Fix merge conflict.

Signed-off-by: YoungJun Cho <yj44.cho@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
2013-03-20 19:09:11 +09:00
..
exynos_ddc.c
exynos_drm_buf.c
exynos_drm_buf.h
exynos_drm_connector.c
exynos_drm_connector.h
exynos_drm_core.c
exynos_drm_crtc.c
exynos_drm_crtc.h
exynos_drm_dmabuf.c
exynos_drm_dmabuf.h
exynos_drm_drv.c
exynos_drm_drv.h
exynos_drm_encoder.c
exynos_drm_encoder.h
exynos_drm_fb.c drm/exynos: release resources properly when fb creation is failed. 2013-02-21 15:00:26 +09:00
exynos_drm_fb.h
exynos_drm_fbdev.c drm/<drivers>: simplify ->fb_probe callback 2013-02-14 00:07:58 +01:00
exynos_drm_fbdev.h
exynos_drm_fimc.c drm: Convert to devm_ioremap_resource() 2013-01-25 12:21:46 -08:00
exynos_drm_fimc.h
exynos_drm_fimd.c drm/exynos: fimd: calculate the correct address offset 2013-03-20 19:09:10 +09:00
exynos_drm_g2d.c drm/exynos: Check g2d cmd list for g2d restrictions 2013-03-20 19:09:11 +09:00
exynos_drm_g2d.h
exynos_drm_gem.c drm/exynos: Add a new function to get gem buffer size 2013-03-20 19:09:11 +09:00
exynos_drm_gem.h drm/exynos: Add a new function to get gem buffer size 2013-03-20 19:09:11 +09:00
exynos_drm_gsc.c drm: Convert to devm_ioremap_resource() 2013-01-25 12:21:46 -08:00
exynos_drm_gsc.h
exynos_drm_hdmi.c drm/exynos: add display-mode-check operation to exynos_mixer_ops struct 2013-02-21 15:00:27 +09:00
exynos_drm_hdmi.h drm/exynos: add display-mode-check operation to exynos_mixer_ops struct 2013-02-21 15:00:27 +09:00
exynos_drm_iommu.c
exynos_drm_iommu.h drm/exynos: fix iommu address allocation order 2013-02-21 15:00:26 +09:00
exynos_drm_ipp.c drm/exynos: convert to idr_alloc() 2013-02-27 19:10:15 -08:00
exynos_drm_ipp.h
exynos_drm_plane.c
exynos_drm_plane.h
exynos_drm_rotator.c Driver core patches for 3.9-rc1 2013-02-21 12:05:51 -08:00
exynos_drm_rotator.h
exynos_drm_vidi.c drm/exynos: Replaced kzalloc & memcpy with kmemdup 2013-03-20 19:09:10 +09:00
exynos_drm_vidi.h
exynos_hdmi.c Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux 2013-02-25 16:46:44 -08:00
exynos_hdmi.h
exynos_hdmiphy.c
exynos_mixer.c drm/exynos: Make mixer_check_timing static 2013-03-20 19:09:10 +09:00
Kconfig drm/exynos: fimd and ipp are broken on multiplatform 2013-01-25 14:38:46 +09:00
Makefile
regs-fimc.h
regs-gsc.h
regs-hdmi.h
regs-mixer.h
regs-rotator.h
regs-vp.h