summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/exynos/exynos_drm_fb.c
AgeCommit message (Expand)Author
2019-06-27drm/exynos: drop drmP.h usageSam Ravnborg
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-04-24drm/exynos: use DRM_DEV_ERROR to print out error messageInki Dae
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter
2018-12-04drm/exynos/iommu: integrate IOMMU/DMA internal APIAndrzej Hajda
2018-07-24drm/exynos: Use common exynos_drm_gem_get()/put() functions for GEM lookupMarek Szyprowski
2018-07-02drm/exynos: Replace drm_gem_object_unreference_unlocked with put functionThomas Zimmermann
2018-04-30Merge tag 'drm-misc-next-2018-04-26' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2018-04-17drm/exynos: exynos_drm_fb -> drm_framebufferDaniel Stone
2018-04-17drm/exynos: Move dma_addr out of exynos_drm_fbDaniel Stone
2018-04-17drm/exynos: Move GEM BOs to drm_framebufferDaniel Stone
2018-03-28drm/exynos: Let core take care of normalizing the zposPeter Ujfalusi
2017-12-08drm/exynos: Use drm_fb_helper_lastclose() and _poll_changed()Noralf Trønnes
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