summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/sun4i
AgeCommit message (Expand)AuthorLines
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds-11/+11
2024-10-14drm/sun4i: Use video aperture helpersThomas Zimmermann-2/+2
2024-09-26drm/sun4i: Run DRM default client setupThomas Zimmermann-1/+4
2024-06-10drm/sun4i: Fix layer zpos change/atomic modesettingOndrej Jirman-143/+71
2024-06-10drm/sun4i: Add more parameters to sunxi_engine commit callbackOndrej Jirman-6/+18
2024-06-10drm/sun4i: Unify sun8i_*_layer structsOndrej Jirman-48/+38
2024-05-29drm/sun4i: Fix compilation errorMaxime Ripard-3/+2
2024-05-28drm/sun4i: hdmi: Switch to HDMI connectorMaxime Ripard-30/+57
2024-05-02Revert "drm: Make drivers depends on DRM_DW_HDMI"Geert Uytterhoeven-1/+1
2024-04-22drm/sun4i: hdmi: switch to struct drm_edidJani Nikula-7/+11
2024-04-02Merge drm/drm-next into drm-misc-nextThomas Zimmermann-1/+1
2024-03-28drm: Make drivers depends on DRM_DW_HDMIMaxime Ripard-1/+1
2024-03-14drm/sun4i: hdmi: Fix u64 div on 32bit archMaxime Ripard-1/+1
2024-03-01drm/sun4i: hdmi: Add missing drm_atomic headerMaxime Ripard-0/+1
2024-02-26drm/sun4i: hdmi: Consolidate atomic_check and mode_validMaxime Ripard-27/+47
2024-02-26drm/sun4i: hdmi: Switch to container_of_constMaxime Ripard-12/+4
2024-02-26drm/sun4i: hdmi: Move mode_set into enableMaxime Ripard-24/+14
2024-02-26drm/sun4i: hdmi: Convert encoder to atomicMaxime Ripard-7/+10
2024-01-18drm: remove I2C_CLASS_DDC supportHeiner Kallweit-1/+0
2023-09-29Merge tag 'drm-misc-next-2023-09-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-0/+6
2023-09-21drm: Call drm_atomic_helper_shutdown() at shutdown time for misc driversDouglas Anderson-0/+6
2023-08-30Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds-2/+1
2023-08-22clk: Annotate struct clk_hw_onecell_data with __counted_byKees Cook-2/+1
2023-07-27Merge tag 'drm-misc-next-2023-07-21' of ssh://git.freedesktop.org/git/drm/drm...Daniel Vetter-8/+12
2023-07-24Merge drm/drm-next into drm-misc-nextThomas Zimmermann-1/+1
2023-07-21drm: Explicitly include correct DT includesRob Herring-8/+12
2023-07-17Merge tag 'drm-misc-next-2023-07-13' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter-44/+22
2023-06-29Merge tag 'drm-next-2023-06-29' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-38/+33
2023-06-08drm/sun4i: Convert to platform remove callback returning voidUwe Kleine-König-44/+22
2023-06-01drm/sun4i: hdmi: Replace all non-returning strlcpy with strscpyAzeem Shaikh-1/+1
2023-05-11drm: sun4i_tcon: use devm_clk_get_enabled in `sun4i_tcon_init_clocks`XuDong Liu-15/+4
2023-05-10drm: sun4i: calculate proper DCLK rate for DSIRoman Beranek-15/+21
2023-05-10drm: sun4i: rename sun4i_dotclock to sun4i_tcon_dclkRoman Beranek-7/+7
2023-04-16drm/aperture: Remove primary argumentDaniel Vetter-1/+1
2023-03-30Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst-2/+4
2023-03-29Merge v6.3-rc4 into drm-nextDaniel Vetter-2/+4
2023-03-28drm: Use of_property_present() for testing DT property presenceRob Herring-2/+2
2023-03-14drm/sun4i: Use GEM DMA fbdev emulationThomas Zimmermann-2/+2
2023-03-13Merge drm/drm-fixes into drm-misc-fixesThomas Zimmermann-108/+35
2023-03-07drm/sun4i: fix missing component unbind on bind errorsJohan Hovold-2/+4
2023-01-18drm/sun4i: Remove unnecessary include statements for drm_crtc_helper.hThomas Zimmermann-1/+1
2022-11-24drm/sun4i: tv: Convert to the new TV mode propertyMaxime Ripard-107/+34
2022-11-07drm/sun4i: dsi: Add the A100 variantSamuel Holland-0/+8
2022-11-07drm/sun4i: dsi: Add a variant structureSamuel Holland-18/+42
2022-11-05drm/fb-helper: Move generic fbdev emulation into separate source fileThomas Zimmermann-1/+1
2022-09-11Merge tag 'drm-misc-next-2022-09-09' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-43/+21
2022-09-08drm/sun4i: tv: Merge mode_set into atomic_enableMaxime Ripard-15/+10
2022-09-07drm/sun4i: tv: Add missing reset assertionMaxime Ripard-0/+1
2022-09-07drm/sun4i: tv: Rename error labelMaxime Ripard-2/+2
2022-09-07drm/sun4i: tv: Remove useless destroy functionMaxime Ripard-7/+1