All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] drm/exynos: add exceptions to framebuffer module
@ 2012-06-29  8:02 Inki Dae
  2012-06-29  8:02 ` [PATCH 1/4] drm/exynos: fixed a comment to gem size Inki Dae
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Inki Dae @ 2012-06-29  8:02 UTC (permalink / raw)
  To: airlied, dri-devel; +Cc: Inki Dae, kyungmin.park, sw0312.kim

this patch sets fixes some minor issues to exynos drm framebuffer module.
when user sent wrong gem memory type, framebuffer size and so on to
driver side, the driver has to check if those data are valid or not properly.

Thanks.

Inki Dae (4):
  drm/exynos: fixed a comment to gem size.
  drm/exynos: add packed_size not aligned in page unit.
  drm/exynos: check if gem type is valid or not for fb.
  drm/exynos: check if framebuffer and gem size are valid or not.

 drivers/gpu/drm/exynos/exynos_drm_fb.c  |   86 ++++++++++++++++++++++++++++++-
 drivers/gpu/drm/exynos/exynos_drm_gem.c |    2 +
 drivers/gpu/drm/exynos/exynos_drm_gem.h |    6 ++-
 3 files changed, 91 insertions(+), 3 deletions(-)

-- 
1.7.4.1

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2012-07-20  7:28 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-29  8:02 [PATCH 0/4] drm/exynos: add exceptions to framebuffer module Inki Dae
2012-06-29  8:02 ` [PATCH 1/4] drm/exynos: fixed a comment to gem size Inki Dae
2012-06-29  8:02 ` [PATCH 2/4] drm/exynos: add packed_size not aligned in page unit Inki Dae
2012-06-29  8:02 ` [PATCH 3/4] drm/exynos: check if gem type is valid or not for fb Inki Dae
2012-06-29  8:02 ` [PATCH 4/4] drm/exynos: check if framebuffer and gem size are valid or not Inki Dae
2012-07-09  5:23   ` [PATCH v2] " Inki Dae
2012-07-19 13:49     ` Laurent Pinchart
2012-07-20  7:28       ` InKi Dae

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.