summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/exynos/exynos_drm_drv.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-05drm/exynos: Call drm_atomic_helper_shutdown() at shutdown/unbind timeDouglas Anderson1-0/+11
2023-06-26drm: Clear fd/handle callbacks in struct drm_driverThomas Zimmermann1-2/+0
2023-06-19drm: Remove struct drm_driver.gem_prime_mmapThomas Zimmermann1-1/+0
2023-04-17drm/exynos: Implement fbdev emulation as in-kernel clientThomas Zimmermann1-10/+3
2022-06-14drm/exynos: mic: Rework initializationMarek Szyprowski1-3/+3
2022-03-28Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-7/+1
2022-02-25drm/exynos: Make use of the helper component_compare_devYong Wu1-7/+1
2022-02-07Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst1-11/+2
2022-01-27drm/exynos: Add support for the nomodeset kernel parameterJavier Martinez Canillas1-0/+3
2021-12-22drm/exynos: Implement mmap as GEM object functionThomas Zimmermann1-11/+2
2021-06-29drm/exynos: Don't set struct drm_device.irq_enabledThomas Zimmermann1-10/+0
2020-11-06drm/<drivers>: Constify struct drm_driverDaniel Vetter1-1/+1
2020-09-25drm/exynos: Introduce GEM object functionsThomas Zimmermann1-10/+0
2020-05-18drm/exynos: gem: Remove dead-codeMarek Szyprowski1-1/+0
2020-03-18drm/exynos: Use drm_encoder_mask()Ville Syrjälä1-3/+2
2019-09-20Merge tag 'drm-next-2019-09-18' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-11/+18
2019-09-01drm/exynos: drop use of drmP.hSam Ravnborg1-0/+8
2019-07-30platform: Add platform_find_device_by_driver() helperSuzuki K Poulose1-6/+3
2019-07-22Merge v5.3-rc1 into drm-misc-nextMaxime Ripard1-7/+5
2019-06-27drm/exynos: drop drmP.h usageSam Ravnborg1-7/+5
2019-06-26drm/exynos: drop DRM_AUTH from DRM_RENDER_ALLOW ioctlsEmil Velikov1-9/+9
2019-06-21drm/exynos: Drop drm_gem_prime_exportDaniel Vetter1-1/+0
2019-06-21drm/prime: Actually remove DRIVER_PRIME everywhereDaniel Vetter1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter1-1/+1
2018-12-04drm/exynos/iommu: integrate IOMMU/DMA internal APIAndrzej Hajda1-24/+2
2018-12-04drm/exynos: simplify DMA mappingAndrzej Hajda1-45/+26
2018-09-20gpu/drm/exynos: Convert drm_atomic_helper_suspend/resume()Souptick Joarder1-24/+2
2018-07-24drm/exynos: Suspend/resume display pipeline as early/late as possibleMarek Szyprowski1-7/+4
2018-07-24drm/exynos: Drop useless check from exynos_drm_{suspend,resume}Marek Szyprowski1-2/+2
2018-07-24drm/exynos: g2d: Convert to driver component APIMarek Szyprowski1-11/+3
2018-07-02drm/exynos: Replace drm_dev_unref with drm_dev_putThomas Zimmermann1-2/+2
2018-05-15Merge tag 'exynos-drm-next-for-v4.18' of git://git.kernel.org/pub/scm/linux/k...Dave Airlie1-3/+32
2018-05-10drm/exynos: Add driver for Exynos Scaler moduleAndrzej Pietrasiewicz1-0/+3
2018-05-10drm/exynos: fimc: Convert driver to IPP v2 core APIMarek Szyprowski1-1/+7
2018-05-10drm/exynos: gsc: Convert driver to IPP v2 core APIMarek Szyprowski1-0/+1
2018-05-10drm/exynos: rotator: Convert driver to IPP v2 core APIMarek Szyprowski1-0/+1
2018-05-10drm/exynos: ipp: Add IPP v2 frameworkMarek Szyprowski1-2/+20
2018-03-28drm/exynos: Let core take care of normalizing the zposPeter Ujfalusi1-20/+0
2018-01-02drm/exynos: ipp: Remove Exynos DRM IPP subsystemMarek Szyprowski1-12/+0
2017-12-19BackMerge tag 'v4.15-rc4' into drm-nextDave Airlie1-24/+22
2017-12-08drm/exynos: Use drm_fb_helper_lastclose() and _poll_changed()Noralf Trønnes1-6/+2
2017-12-07drm/exynos: remove unnecessary function declarationInki Dae1-23/+21
2017-12-07drm/exynos: Fix dma-buf importMarek Szyprowski1-1/+1
2017-10-16drm/exynos: Clear drvdata after component unbindMarek Szyprowski1-0/+1
2017-10-16drm/exynos: Fix potential NULL pointer dereference in suspend/resume pathsMarek Szyprowski1-2/+5
2017-09-19drm/exynos: Fix suspend/resume supportMarek Szyprowski1-28/+12
2017-09-19drm/exynos: Fix locking in the suspend/resume pathsMarek Szyprowski1-0/+4
2017-08-17Merge tag 'drm-misc-next-2017-08-16' of git://anongit.freedesktop.org/git/drm...Dave Airlie1-2/+0
2017-08-16drm/exynos: Use .dumb_map_offset and .dumb_destroy defaultsNoralf Trønnes1-2/+0