summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos/exynos_drm_fb.c
Commit message (Expand)AuthorAgeFilesLines
* drm/exynos: Implement fbdev emulation as in-kernel clientThomas Zimmermann2023-04-171-2/+0
* drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä2022-06-201-0/+1
* drm/exynos: Don't set allow_fb_modifiers explicitlyDaniel Vetter2021-04-201-2/+0
* drm/exynos: drop drmP.h usageSam Ravnborg2019-06-271-3/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* drm/exynos: use DRM_DEV_ERROR to print out error messageInki Dae2019-04-241-3/+6
* drm: Split out drm_probe_helper.hDaniel Vetter2019-01-241-3/+3
* drm/exynos/iommu: integrate IOMMU/DMA internal APIAndrzej Hajda2018-12-041-1/+0
* drm/exynos: Use common exynos_drm_gem_get()/put() functions for GEM lookupMarek Szyprowski2018-07-241-6/+4
* drm/exynos: Replace drm_gem_object_unreference_unlocked with put functionThomas Zimmermann2018-07-021-1/+1
* Merge tag 'drm-misc-next-2018-04-26' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2018-04-301-1/+3
|\
| * drm/exynos: Let core take care of normalizing the zposPeter Ujfalusi2018-03-281-1/+3
* | drm/exynos: exynos_drm_fb -> drm_framebufferDaniel Stone2018-04-171-20/+8
* | drm/exynos: Move dma_addr out of exynos_drm_fbDaniel Stone2018-04-171-5/+3
* | drm/exynos: Move GEM BOs to drm_framebufferDaniel Stone2018-04-171-35/+4
|/
* drm/exynos: Use drm_fb_helper_lastclose() and _poll_changed()Noralf Trønnes2017-12-081-1/+1
* drm/exynos: mixer: enable NV12MT support for the video planeTobias Jakobi2017-08-251-0/+2
* Backmerge tag 'v4.13-rc5' into drm-nextDave Airlie2017-08-151-1/+13
|\
| * drm/exynos: forbid creating framebuffers from too small GEM buffersMarek Szyprowski2017-08-091-1/+13
* | drm/atomic: implement drm_atomic_helper_commit_tail for runtime_pm usersMaxime Ripard2017-07-261-26/+1
|/
* drm/exynos: don't use DMA_ERROR_CODEChristoph Hellwig2017-06-201-2/+2
* drm/exynos: use atomic helper commitInki Dae2017-01-311-1/+31
* drm: Pass 'dev' to drm_helper_mode_fill_fb_struct()Ville Syrjälä2016-12-151-1/+1
* drm: Don't force all planes to be added to the state due to zposVille Syrjälä2016-10-261-1/+1
* exynos-drm: Fix unsupported GEM memory type error message to be clearShuah Khan2016-09-181-3/+3
* drm: Remove unused drm_device from drm_gem_object_lookup()Chris Wilson2016-05-171-2/+1
* drm/exynos: Nuke dummy fb->dirty callbackDaniel Vetter2016-05-101-11/+0
* drm/exynos: build fbdev code conditionallyAndrzej Hajda2016-04-301-11/+0
* drm/exynos: crtc: do not wait for the scanout completionInki Dae2016-01-131-3/+0
* drm/exynos: Constify function pointer structsVille Syrjälä2015-12-151-1/+1
* drm/exynos: move dma_addr attribute from exynos plane to exynos fbMarek Szyprowski2015-12-131-10/+6
* drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create()Ville Syrjälä2015-11-241-2/+2
* drm/exynos: cleanup name of gem object for exynos_drmJoonyoung Shim2015-10-261-23/+22
* drm/exynos: remove buf_cnt from struct exynos_drm_fbJoonyoung Shim2015-09-021-9/+0
* drm/exynos: remove exynos_drm_fb_get_buf_cnt()Joonyoung Shim2015-09-021-9/+0
* drm/exynos: cleanup exynos_user_fb_create()Joonyoung Shim2015-09-021-34/+13
* drm/exynos: update exynos_drm_framebuffer_init() for multiple buffersJoonyoung Shim2015-09-021-16/+20
* drm/exynos: cleanup to get gem object for fbJoonyoung Shim2015-09-021-15/+8
* drm/exynos: remove exynos_drm_fb_set_buf_cnt()Joonyoung Shim2015-09-021-10/+3
* drm/exynos: add atomic asynchronous commitGustavo Padovan2015-08-311-35/+0
* drm/exynos: merge exynos_drm_buf.c to exynos_drm_gem.cJoonyoung Shim2015-08-161-7/+7
* drm/exynos: do not wait for vblank at atomic operationInki Dae2015-06-201-2/+0
* drm/exynos: add exynos specific .atomic_commit()Gustavo Padovan2015-06-201-1/+32
* drm/exynos: atomic phase 3: convert page flipsGustavo Padovan2015-06-201-1/+8
* drm/exynos: atomic phase 3: atomic updates of planesGustavo Padovan2015-06-201-0/+3
* drm/exynos: fb: use drm_format_num_planes to get buffer countTobias Jakobi2015-05-191-38/+1
* drm/exynos: remove superfluous error messagesTobias Jakobi2015-04-131-7/+3
* drm/exynos/fb: free exynos framebuffer on errorAndrzej Hajda2014-09-201-0/+1
* drm/exynos: delay fbdev initialization until an output is connectedAndrzej Hajda2014-03-241-0/+3
* drm/exynos: Split manager/display/subdrvSean Paul2014-03-241-2/+2