aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos/exynos_drm_fb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-20drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä1-0/+1
2021-04-20drm/exynos: Don't set allow_fb_modifiers explicitlyDaniel Vetter1-2/+0
2019-06-27drm/exynos: drop drmP.h usageSam Ravnborg1-3/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-04-24drm/exynos: use DRM_DEV_ERROR to print out error messageInki Dae1-3/+6
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter1-3/+3
2018-12-04drm/exynos/iommu: integrate IOMMU/DMA internal APIAndrzej Hajda1-1/+0
2018-07-24drm/exynos: Use common exynos_drm_gem_get()/put() functions for GEM lookupMarek Szyprowski1-6/+4
2018-07-02drm/exynos: Replace drm_gem_object_unreference_unlocked with put functionThomas Zimmermann1-1/+1
2018-04-30Merge tag 'drm-misc-next-2018-04-26' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-1/+3
2018-04-17drm/exynos: exynos_drm_fb -> drm_framebufferDaniel Stone1-20/+8
2018-04-17drm/exynos: Move dma_addr out of exynos_drm_fbDaniel Stone1-5/+3
2018-04-17drm/exynos: Move GEM BOs to drm_framebufferDaniel Stone1-35/+4
2018-03-28drm/exynos: Let core take care of normalizing the zposPeter Ujfalusi1-1/+3
2017-12-08drm/exynos: Use drm_fb_helper_lastclose() and _poll_changed()Noralf Trønnes1-1/+1
2017-08-25drm/exynos: mixer: enable NV12MT support for the video planeTobias Jakobi1-0/+2
2017-08-15Backmerge tag 'v4.13-rc5' into drm-nextDave Airlie1-1/+13
2017-08-09drm/exynos: forbid creating framebuffers from too small GEM buffersMarek Szyprowski1-1/+13
2017-07-26drm/atomic: implement drm_atomic_helper_commit_tail for runtime_pm usersMaxime Ripard1-26/+1
2017-06-20drm/exynos: don't use DMA_ERROR_CODEChristoph Hellwig1-2/+2
2017-01-31drm/exynos: use atomic helper commitInki Dae1-1/+31
2016-12-15drm: Pass 'dev' to drm_helper_mode_fill_fb_struct()Ville Syrjälä1-1/+1
2016-10-26drm: Don't force all planes to be added to the state due to zposVille Syrjälä1-1/+1
2016-09-18exynos-drm: Fix unsupported GEM memory type error message to be clearShuah Khan1-3/+3
2016-05-17drm: Remove unused drm_device from drm_gem_object_lookup()Chris Wilson1-2/+1
2016-05-10drm/exynos: Nuke dummy fb->dirty callbackDaniel Vetter1-11/+0
2016-04-30drm/exynos: build fbdev code conditionallyAndrzej Hajda1-11/+0
2016-01-13drm/exynos: crtc: do not wait for the scanout completionInki Dae1-3/+0
2015-12-15drm/exynos: Constify function pointer structsVille Syrjälä1-1/+1
2015-12-13drm/exynos: move dma_addr attribute from exynos plane to exynos fbMarek Szyprowski1-10/+6
2015-11-24drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create()Ville Syrjälä1-2/+2
2015-10-26drm/exynos: cleanup name of gem object for exynos_drmJoonyoung Shim1-23/+22
2015-09-02drm/exynos: remove buf_cnt from struct exynos_drm_fbJoonyoung Shim1-9/+0
2015-09-02drm/exynos: remove exynos_drm_fb_get_buf_cnt()Joonyoung Shim1-9/+0
2015-09-02drm/exynos: cleanup exynos_user_fb_create()Joonyoung Shim1-34/+13
2015-09-02drm/exynos: update exynos_drm_framebuffer_init() for multiple buffersJoonyoung Shim1-16/+20
2015-09-02drm/exynos: cleanup to get gem object for fbJoonyoung Shim1-15/+8
2015-09-02drm/exynos: remove exynos_drm_fb_set_buf_cnt()Joonyoung Shim1-10/+3
2015-08-31drm/exynos: add atomic asynchronous commitGustavo Padovan1-35/+0
2015-08-16drm/exynos: merge exynos_drm_buf.c to exynos_drm_gem.cJoonyoung Shim1-7/+7
2015-06-20drm/exynos: do not wait for vblank at atomic operationInki Dae1-2/+0
2015-06-20drm/exynos: add exynos specific .atomic_commit()Gustavo Padovan1-1/+32
2015-06-20drm/exynos: atomic phase 3: convert page flipsGustavo Padovan1-1/+8
2015-06-20drm/exynos: atomic phase 3: atomic updates of planesGustavo Padovan1-0/+3
2015-05-19drm/exynos: fb: use drm_format_num_planes to get buffer countTobias Jakobi1-38/+1
2015-04-13drm/exynos: remove superfluous error messagesTobias Jakobi1-7/+3
2014-09-20drm/exynos/fb: free exynos framebuffer on errorAndrzej Hajda1-0/+1
2014-03-24drm/exynos: delay fbdev initialization until an output is connectedAndrzej Hajda1-0/+3
2014-03-24drm/exynos: Split manager/display/subdrvSean Paul1-2/+2
2013-09-05drm/exynos: Remove redundant error messagesSachin Kamat1-6/+2