summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos
AgeCommit message (Expand)AuthorLines
2021-10-25dma-buf: move dma-buf symbols into the DMA_BUF module namespaceGreg Kroah-Hartman-0/+3
2021-09-16drm/exynos: Make use of the helper function devm_platform_ioremap_resource()Cai Huoqing-31/+9
2021-08-22drm/exynos: Always initialize mapping in exynos_drm_register_dma()Nathan Chancellor-0/+2
2021-08-22drm/exynos: Convert from atomic_t to refcount_t on g2d_cmdlist_userptr->refcountXiyu Yang-5/+6
2021-08-22drm/exynos: g2d: fix missing unlock on error in g2d_runqueue_worker()Wei Yongjun-1/+2
2021-07-30Merge tag 'drm-misc-next-2021-07-29' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-4/+4
2021-07-28drm/bridge: Centralize error message when bridge attach failsLaurent Pinchart-8/+2
2021-07-27drm/dsi: Add _NO_ to MIPI_DSI_* flags disabling featuresNicolas Boichat-4/+4
2021-06-29drm/exynos: Don't set struct drm_device.irq_enabledThomas Zimmermann-10/+0
2021-06-11drm/exynos: use pm_runtime_resume_and_get()Inki Dae-18/+84
2021-06-11drm/exynos: Use pm_runtime_resume_and_get() to replace open codingTian Tao-4/+2
2021-06-03drm/exynos/exynos_drm_ipp: Fix documentation for 'exynos_drm_ipp_get_{caps,re...Lee Jones-2/+2
2021-06-03drm/exynos/exynos7_drm_decon: Fix incorrect naming of 'decon_shadow_protect_w...Lee Jones-1/+1
2021-05-27Merge v5.13-rc3 into drm-nextDaniel Vetter-7/+3
2021-05-17drm/exynos/decon5433: Remove redundant error printing in exynos5433_decon_pro...Zhen Lei-3/+1
2021-05-17drm/exynos: Remove redundant error printing in exynos_dsi_probe()Zhen Lei-3/+1
2021-05-17drm/exynos: correct exynos_drm_fimd kerneldocKrzysztof Kozlowski-1/+1
2021-04-26Merge drm/drm-next into drm-misc-nextMaxime Ripard-7/+5
2021-04-20drm/exynos: Don't set allow_fb_modifiers explicitlyDaniel Vetter-2/+0
2021-04-13Merge drm/drm-fixes into drm-nextDaniel Vetter-1/+0
2021-03-29drm/exynos: move to use request_irq by IRQF_NO_AUTOEN flagTian Tao-6/+5
2021-03-29drm/exynos/decon5433: Remove the unused include statementsTian Tao-1/+0
2021-03-16Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-8/+12
2021-02-25drm: Use state helper instead of the plane state pointerMaxime Ripard-1/+2
2021-02-25drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard-2/+3
2021-02-24drm: Rename plane->state variables in atomic update and disableMaxime Ripard-3/+3
2021-02-24drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard-1/+3
2021-02-24drm: Rename plane atomic_check state namesMaxime Ripard-3/+3
2021-01-12drm/exynos: Use FOLL_LONGTERM for g2d cmdlistsDaniel Vetter-1/+2
2021-01-12drm/exynos: Stop using frame_vector helpersDaniel Vetter-28/+20
2020-12-14Merge tag 'drm-next-2020-12-11' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-49/+47
2020-12-01drm/exynos: use exynos_dsi as drvdataMichael Tretter-9/+7
2020-12-01drm/exynos: remove in_bridge_node from exynos_dsiMichael Tretter-10/+5
2020-12-01drm/exynos/hdmi: add support for 1920x1200@60Hz modeMarek Szyprowski-0/+9
2020-11-23drm/exynos: depend on COMMON_CLK to fix compile testsKrzysztof Kozlowski-1/+2
2020-11-17drm/exynos/exynos_drm_gsc: Supply missing description for 'num_limits'Lee Jones-0/+1
2020-11-17drm/exynos/exynos_drm_fimd: Add missing description for param 'ctx'Lee Jones-0/+1
2020-11-17drm/exynos/exynos7_drm_decon: Supply missing description for param 'ctx'Lee Jones-0/+1
2020-11-09drm/exynos: Remove empty exynos_drm_gem_prime_{vmap,vunmap}()Thomas Zimmermann-14/+0
2020-11-06drm/<drivers>: Constify struct drm_driverDaniel Vetter-1/+1
2020-11-02drm/atomic: Pass the full state to CRTC atomic begin and flushMaxime Ripard-2/+2
2020-11-02drm/atomic: Pass the full state to CRTC atomic_checkMaxime Ripard-3/+5
2020-11-02Merge drm/drm-next into drm-misc-nextMaxime Ripard-64/+14
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds-3/+1
2020-10-09drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard-2/+2
2020-10-06dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig-1/+1
2020-09-25drm/exynos: Introduce GEM object functionsThomas Zimmermann-10/+15
2020-09-25drm/exynos: stop setting DMA_ATTR_NON_CONSISTENTChristoph Hellwig-2/+0
2020-09-22drm/exynos: Fix dma_parms allocationMarek Szyprowski-26/+1
2020-09-21drm/exynos: hdmi: Simplify with dev_err_probe()Krzysztof Kozlowski-5/+2