aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/arm
AgeCommit message (Expand)Author
2023-01-18drm/arm/komeda: Remove unnecessary include statements for drm_crtc_helper.hThomas Zimmermann
2023-01-13drm: Include <linux/of.h> where neededThomas Zimmermann
2023-01-06drm/arm/hdlcd: use new debugfs device-centered functionsMaíra Canal
2022-11-16drm/arm/malidp: remove calls to drm_mode_config_cleanup()Danilo Krummrich
2022-11-16drm/arm/malidp: plane: use drm managed resourcesDanilo Krummrich
2022-11-16drm/arm/malidp: crtc: use drmm_crtc_init_with_planes()Danilo Krummrich
2022-11-16drm/arm/malidp: replace drm->dev_private with drm_to_malidp()Danilo Krummrich
2022-11-16drm/arm/malidp: use drmm_* to allocate driver structuresDanilo Krummrich
2022-11-07drm/arm/hdlcd: remove calls to drm_mode_config_cleanup()Danilo Krummrich
2022-11-07drm/arm/hdlcd: plane: use drm managed resourcesDanilo Krummrich
2022-11-07drm/arm/hdlcd: replace drm->dev_private with drm_to_hdlcd_priv()Danilo Krummrich
2022-11-07drm/arm/hdlcd: use drmm_* to allocate driver structuresDanilo Krummrich
2022-11-05drm/fb-helper: Remove unnecessary include statementsThomas Zimmermann
2022-11-05drm/fb-helper: Move generic fbdev emulation into separate source fileThomas Zimmermann
2022-11-05drm/komeda: Don't set struct drm_driver.lastcloseThomas Zimmermann
2022-08-03drm/gem: rename struct drm_gem_dma_object.{paddr => dma_addr}Danilo Krummrich
2022-08-03drm/gem: rename GEM CMA helpers to GEM DMA helpersDanilo Krummrich
2022-08-03drm/fb: rename FB CMA helpers to FB DMA helpersDanilo Krummrich
2022-08-03drm/fb: remove unused includes of drm_fb_cma_helper.hDanilo Krummrich
2022-07-26drm: Remove unnecessary include statements of drm_plane_helper.hThomas Zimmermann
2022-07-26drm/atomic-helper: Remove _HELPER_ infix from DRM_PLANE_HELPER_NO_SCALINGThomas Zimmermann
2022-07-26drm/atomic-helper: Move DRM_PLANE_HELPER_NO_SCALING to atomic helpersThomas Zimmermann
2022-07-22drm/komeda: Fix handling of atomic commits in the atomic_commit_tail hookLiviu Dudau
2022-07-22drm/komeda - At init write GCU control block to handle already on DPUCarsten Haitzler
2022-07-22drm/komeda: Add legacy FB support so VT's work as expectedCarsten Haitzler
2022-07-22drm/arm/hdlcd: Simplify IRQ install/uninstallRobin Murphy
2022-07-22drm/arm/hdlcd: Take over EFI framebuffer properlyRobin Murphy
2022-07-22drm/arm: Fix spelling typo in commentspengfuyuan
2022-07-05drm: Remove linux/fb.h from drm_crtc.hVille Syrjälä
2022-06-20drm: Drop drm_blend.h from drm_crtc.hVille Syrjälä
2022-06-20drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä
2022-06-20drm: Drop drm_edid.h from drm_crtc.hVille Syrjälä
2022-05-11Merge tag 'drm-msm-next-2022-05-09' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie
2022-05-02drm: allow passing possible_crtcs to drm_writeback_connector_init()Abhinav Kumar
2022-04-28malidp: Fix NULL vs IS_ERR() checkingMiaoqian Lin
2022-04-11drm: mali-dp: potential dereference of null pointerJiasheng Jiang
2022-04-11drm/arm/malidp: Stop using iommu_present()Robin Murphy
2022-04-11drm/komeda: return early if drm_universal_plane_init() fails.Liviu Dudau
2022-04-11drm/komeda: Fix an undefined behavior bug in komeda_plane_add()Zhou Qingyang
2022-04-05Merge drm/drm-next into drm-misc-nextMaxime Ripard
2022-03-28Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-03-24Merge tag 'drm-next-2022-03-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2022-03-08drm/komeda: plane: Remove redundant color encoding and range initialisationMaxime Ripard
2022-03-08drm/komeda: plane: Remove redundant zpos initialisationMaxime Ripard
2022-03-08drm/komeda: plane: switch to plane reset helperMaxime Ripard
2022-02-28drm/arm: arm hdlcd select DRM_GEM_CMA_HELPERCarsten Haitzler
2022-02-25drm/komeda: Make use of the helper component_compare_ofYong Wu
2022-01-25drm/connector: Fix typo in output formatMaxime Ripard
2022-01-19drm/malidp: Replace module initialization with DRM helpersJavier Martinez Canillas
2022-01-19drm/arm/hdlcd: Replace module initialization with DRM helpersJavier Martinez Canillas