summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/arm/display/komeda
AgeCommit message (Expand)AuthorFilesLines
2024-07-05Merge v6.10-rc6 into drm-nextDaniel Vetter2-9/+1
2024-06-21Merge tag 'drm-misc-next-2024-05-30' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie4-18/+44
2024-06-14Merge drm/drm-fixes into drm-misc-fixesMaxime Ripard1-5/+0
2024-06-14arm/komeda: Remove all CONFIG_DEBUG_FS conditional compilationspengfuyuan1-8/+0
2024-06-10drm/komeda: check for error-valued pointerAmjad Ouled-Ameur1-1/+1
2024-06-07Merge tag 'drm-misc-next-fixes-2024-06-07' of https://gitlab.freedesktop.org/...Dave Airlie1-5/+0
2024-05-31drm/komeda: remove unused struct 'gamma_curve_segment'Dr. David Alan Gilbert1-5/+0
2024-05-27Merge drm/drm-next into drm-misc-nextMaxime Ripard1-2/+2
2024-05-18Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-2/+2
2024-05-10drm/arm/komeda: update DMA mask to 40 bitsAmjad Ouled-Ameur1-0/+4
2024-05-10drm/arm/komeda: Move pipeline prints to after the entire pipeline has been en...Faiz Abbas3-2/+5
2024-05-10drm/arm/komeda: Fix komeda probe failing if there are no links in the seconda...Faiz Abbas1-11/+32
2024-05-10drm/arm/komeda: don't use confusing 'timeout' variable nameWolfram Sang1-3/+1
2024-05-09kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada1-2/+2
2024-05-02drm/arm/komeda: Use fbdev-dmaThomas Zimmermann1-2/+2
2024-04-26drm/komeda: fix missing seq_file includesDave Airlie2-0/+3
2023-09-29Merge tag 'drm-misc-next-2023-09-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie4-1/+18
2023-09-22Merge tag 'drm-misc-next-2023-09-11-1' of git://anongit.freedesktop.org/drm/d...Dave Airlie1-3/+6
2023-09-21drm: Call drm_atomic_helper_shutdown() at shutdown time for misc driversDouglas Anderson3-0/+17
2023-09-15drm/komeda: add NV12 format to support writeback layer typebaozhu.liu1-1/+1
2023-08-31drm/komeda: drop all currently held locks if deadlock happensbaozhu.liu1-3/+6
2023-08-30Merge tag 'drm-next-2023-08-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds5-65/+31
2023-08-25minmax: add in_range() macroMatthew Wilcox (Oracle)1-12/+12
2023-07-21drm/arm/komeda: Remove component framework and add a simple encoderFaiz Abbas4-62/+29
2023-07-21drm: Explicitly include correct DT includesRob Herring1-1/+1
2023-06-08drm/komeda: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-01-18drm/arm/komeda: Remove unnecessary include statements for drm_crtc_helper.hThomas Zimmermann2-2/+0
2023-01-13drm: Include <linux/of.h> where neededThomas Zimmermann1-0/+1
2022-11-05drm/fb-helper: Move generic fbdev emulation into separate source fileThomas Zimmermann1-1/+1
2022-11-05drm/komeda: Don't set struct drm_driver.lastcloseThomas Zimmermann1-2/+0
2022-08-03drm/gem: rename struct drm_gem_dma_object.{paddr => dma_addr}Danilo Krummrich1-2/+2
2022-08-03drm/gem: rename GEM CMA helpers to GEM DMA helpersDanilo Krummrich2-8/+8
2022-08-03drm/fb: rename FB CMA helpers to FB DMA helpersDanilo Krummrich1-2/+2
2022-07-26drm: Remove unnecessary include statements of drm_plane_helper.hThomas Zimmermann2-2/+0
2022-07-22drm/komeda: Fix handling of atomic commits in the atomic_commit_tail hookLiviu Dudau3-3/+24
2022-07-22drm/komeda - At init write GCU control block to handle already on DPUCarsten Haitzler1-2/+1
2022-07-22drm/komeda: Add legacy FB support so VT's work as expectedCarsten Haitzler1-0/+2
2022-07-22drm/arm: Fix spelling typo in commentspengfuyuan1-1/+1
2022-07-05drm: Remove linux/fb.h from drm_crtc.hVille Syrjälä1-0/+2
2022-06-20drm: Drop drm_blend.h from drm_crtc.hVille Syrjälä3-0/+3
2022-06-20drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä1-0/+1
2022-05-11Merge tag 'drm-msm-next-2022-05-09' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie1-2/+2
2022-05-02drm: allow passing possible_crtcs to drm_writeback_connector_init()Abhinav Kumar1-2/+2
2022-04-11drm/komeda: return early if drm_universal_plane_init() fails.Liviu Dudau1-2/+4
2022-04-11drm/komeda: Fix an undefined behavior bug in komeda_plane_add()Zhou Qingyang1-0/+4
2022-04-05Merge drm/drm-next into drm-misc-nextMaxime Ripard1-6/+1
2022-03-28Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-6/+1
2022-03-08drm/komeda: plane: Remove redundant color encoding and range initialisationMaxime Ripard1-4/+1
2022-03-08drm/komeda: plane: Remove redundant zpos initialisationMaxime Ripard1-2/+0
2022-03-08drm/komeda: plane: switch to plane reset helperMaxime Ripard1-5/+1