linux/drivers/gpu/drm/exynos
Seung-Woo Kim ca22e3cc25 drm/exynos: fixed wrong err ptr usage and destroy call in exeception
- exynos_drm_buf_create() returns err pointer so NULL check is wrong.
- Case that exynos_gem_obj is not created, destroy call in exception
  handle lable uses this pointer. so instead buffer is directly used.

Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
2011-11-17 10:05:39 +09:00
..
exynos_drm_buf.c drm/exynos: changed buffer structure. 2011-11-15 14:58:46 +09:00
exynos_drm_buf.h drm/exynos: changed buffer structure. 2011-11-15 14:58:46 +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
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: changed buffer structure. 2011-11-15 14:58:46 +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: added kms poll for handling hpd event 2011-11-15 14:58:44 +09:00
exynos_drm_drv.h drm/exynos: Add disable of manager 2011-11-17 10:05:39 +09:00
exynos_drm_encoder.c drm/exynos: Add disable of manager 2011-11-17 10:05:39 +09:00
exynos_drm_encoder.h drm/exynos: added crtc dpms for disable crtc 2011-11-15 14:58:46 +09:00
exynos_drm_fb.c drm/exynos: changed buffer structure. 2011-11-15 14:58:46 +09:00
exynos_drm_fb.h
exynos_drm_fbdev.c drm/exynos: changed buffer structure. 2011-11-15 14:58:46 +09:00
exynos_drm_fbdev.h
exynos_drm_fimd.c drm/exynos: Add disable of manager 2011-11-17 10:05:39 +09:00
exynos_drm_gem.c drm/exynos: fixed wrong err ptr usage and destroy call in exeception 2011-11-17 10:05:39 +09:00
exynos_drm_gem.h drm/exynos: changed buffer structure. 2011-11-15 14:58:46 +09:00
Kconfig
Makefile