summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/exynos/exynos_drm_fb.c
AgeCommit message (Expand)Author
2017-08-25drm/exynos: mixer: enable NV12MT support for the video planeTobias Jakobi
2017-08-15Backmerge tag 'v4.13-rc5' into drm-nextDave Airlie
2017-08-09drm/exynos: forbid creating framebuffers from too small GEM buffersMarek Szyprowski
2017-07-26drm/atomic: implement drm_atomic_helper_commit_tail for runtime_pm usersMaxime Ripard
2017-06-20drm/exynos: don't use DMA_ERROR_CODEChristoph Hellwig
2017-01-31drm/exynos: use atomic helper commitInki Dae
2016-12-15drm: Pass 'dev' to drm_helper_mode_fill_fb_struct()Ville Syrjälä
2016-10-26drm: Don't force all planes to be added to the state due to zposVille Syrjälä
2016-09-18exynos-drm: Fix unsupported GEM memory type error message to be clearShuah Khan
2016-05-17drm: Remove unused drm_device from drm_gem_object_lookup()Chris Wilson
2016-05-10drm/exynos: Nuke dummy fb->dirty callbackDaniel Vetter
2016-04-30drm/exynos: build fbdev code conditionallyAndrzej Hajda
2016-01-13drm/exynos: crtc: do not wait for the scanout completionInki Dae
2015-12-15drm/exynos: Constify function pointer structsVille Syrjälä
2015-12-13drm/exynos: move dma_addr attribute from exynos plane to exynos fbMarek Szyprowski
2015-11-24drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create()Ville Syrjälä
2015-10-26drm/exynos: cleanup name of gem object for exynos_drmJoonyoung Shim
2015-09-02drm/exynos: remove buf_cnt from struct exynos_drm_fbJoonyoung Shim
2015-09-02drm/exynos: remove exynos_drm_fb_get_buf_cnt()Joonyoung Shim
2015-09-02drm/exynos: cleanup exynos_user_fb_create()Joonyoung Shim
2015-09-02drm/exynos: update exynos_drm_framebuffer_init() for multiple buffersJoonyoung Shim
2015-09-02drm/exynos: cleanup to get gem object for fbJoonyoung Shim
2015-09-02drm/exynos: remove exynos_drm_fb_set_buf_cnt()Joonyoung Shim
2015-08-31drm/exynos: add atomic asynchronous commitGustavo Padovan
2015-08-16drm/exynos: merge exynos_drm_buf.c to exynos_drm_gem.cJoonyoung Shim
2015-06-20drm/exynos: do not wait for vblank at atomic operationInki Dae
2015-06-20drm/exynos: add exynos specific .atomic_commit()Gustavo Padovan
2015-06-20drm/exynos: atomic phase 3: convert page flipsGustavo Padovan
2015-06-20drm/exynos: atomic phase 3: atomic updates of planesGustavo Padovan
2015-05-19drm/exynos: fb: use drm_format_num_planes to get buffer countTobias Jakobi
2015-04-13drm/exynos: remove superfluous error messagesTobias Jakobi
2014-09-20drm/exynos/fb: free exynos framebuffer on errorAndrzej Hajda
2014-03-24drm/exynos: delay fbdev initialization until an output is connectedAndrzej Hajda
2014-03-24drm/exynos: Split manager/display/subdrvSean Paul
2013-09-05drm/exynos: Remove redundant error messagesSachin Kamat
2013-06-28drm/exynos: Remove tracking log functionsYoungJun Cho
2013-02-21drm/exynos: release resources properly when fb creation is failed.YoungJun Cho
2013-02-21drm/exynos: consider exception case to fb handle creationInki Dae
2013-01-04drm/exynos: change file license to GPLInki Dae
2012-12-14drm/exynos: reorder framebuffer init sequenceDaniel Vetter
2012-12-13drm/exynos: use DMA_ATTR_NO_KERNEL_MAPPING attributeInki Dae
2012-12-05drm/exynos: make sure that overlay data are updatedInki Dae
2012-11-29drm/exynos: add iommu support for exynos drm frameworkInki Dae
2012-10-07Merge branch 'exynos-drm-next' of git://git.infradead.org/users/kmpark/linux-...Dave Airlie
2012-10-04drm/exynos: check NV12M format specific to Exynos properlyInki Dae
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells
2012-06-05drm/exynos: Keep a reference to frame buffer GEM objectsLaurent Pinchart
2012-05-22drm: Constify drm_mode_config_funcs pointerLaurent Pinchart
2012-03-20drm/exynos: remove module of exynos drm subdrvJoonyoung Shim
2011-12-29drm/exynos: Support multi buffersSeung-Woo Kim