summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/sun4i
AgeCommit message (Expand)AuthorLines
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
2022-09-07drm/sun4i: tv: Remove useless functionMaxime Ripard-7/+0
2022-09-07drm/sun4i: tv: Convert to atomic hooksMaxime Ripard-4/+6
2022-09-07drm/sun4i: tv: Remove unused mode_validMaxime Ripard-8/+0
2022-09-06Merge tag 'drm-misc-next-2022-08-20-1' of git://anongit.freedesktop.org/drm/d...Daniel Vetter-70/+69
2022-08-18Merge tag 'drm-misc-fixes-2022-08-16' of git://anongit.freedesktop.org/drm/dr...Dave Airlie-5/+5
2022-08-15drm/sun4i: dsi: Prevent underflow when computing packet sizesSamuel Holland-5/+5
2022-08-03drm/gem: rename struct drm_gem_dma_object.{paddr => dma_addr}Danilo Krummrich-30/+32
2022-08-03drm/gem: rename GEM CMA helpers to GEM DMA helpersDanilo Krummrich-12/+12
2022-08-03drm/fb: rename FB CMA helpers to FB DMA helpersDanilo Krummrich-10/+10
2022-08-03drm/fb: remove unused includes of drm_fb_cma_helper.hDanilo Krummrich-2/+0
2022-07-26drm: Remove unnecessary include statements of drm_plane_helper.hThomas Zimmermann-3/+0
2022-07-26drm/atomic-helper: Remove _HELPER_ infix from DRM_PLANE_HELPER_NO_SCALINGThomas Zimmermann-4/+4
2022-07-26drm/atomic-helper: Move DRM_PLANE_HELPER_NO_SCALING to atomic helpersThomas Zimmermann-2/+0
2022-07-13Merge drm/drm-next into drm-misc-nextMaxime Ripard-54/+16
2022-07-13Backmerge tag 'v5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Dave Airlie-54/+16
2022-07-08drm/sun4i: Update Kconfig defaults and descriptionsSamuel Holland-11/+15
2022-07-05drm: Remove linux/i2c.h from drm_crtc.hVille Syrjälä-0/+1
2022-07-05drm: Remove linux/media-bus-format.h from drm_crtc.hVille Syrjälä-0/+1
2022-07-05drm: Remove linux/fb.h from drm_crtc.hVille Syrjälä-0/+1
2022-06-22drm/sun4i: Return if frontend is not presentSaud Farooqui-1/+1
2022-06-22drm/sun4i: Add DMA mask and segment sizeJernej Skrabec-0/+8
2022-06-20drm: Drop drm_blend.h from drm_crtc.hVille Syrjälä-0/+5
2022-06-20drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä-0/+4
2022-06-16drm/sun4i: Fix crash during suspend after component bind failureSamuel Holland-1/+3
2022-06-16drm/sun4i: dw-hdmi: Fix ddc-en GPIO consumer conflictSamuel Holland-52/+4
2022-06-16drm/sun4i: sun8i-hdmi-phy: Group PHY ops functions by generationSamuel Holland-35/+32
2022-06-16drm/sun4i: sun8i-hdmi-phy: Separate A83T and H3 PHY opsSamuel Holland-48/+46
2022-06-16drm/sun4i: sun8i-hdmi-phy: Support multiple custom PHY opsSamuel Holland-7/+7
2022-06-16drm/sun4i: sun8i-hdmi-phy: Used device-managed clocks/resetsSamuel Holland-64/+26
2022-06-16drm/sun4i: sun8i-hdmi-phy: Use devm_platform_ioremap_resourceSamuel Holland-8/+1
2022-06-16drm/sun4i: sun8i-hdmi-phy: Use of_device_get_match_dataSamuel Holland-10/+3
2022-05-03Merge drm/drm-next into drm-misc-nextMaxime Ripard-3/+0
2022-05-03Backmerge tag 'v5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Dave Airlie-3/+0
2022-04-29drm/sun4i: dsi: delete unnecessary IS_ERR() checksDan Carpenter-4/+3