summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/arm
AgeCommit message (Expand)AuthorLines
2022-07-22drm/arm: Fix spelling typo in commentspengfuyuan-2/+2
2022-07-05drm: Remove linux/fb.h from drm_crtc.hVille Syrjälä-0/+2
2022-06-20drm: Drop drm_blend.h from drm_crtc.hVille Syrjälä-0/+4
2022-06-20drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä-0/+5
2022-06-20drm: Drop drm_edid.h from drm_crtc.hVille Syrjälä-0/+1
2022-05-11Merge tag 'drm-msm-next-2022-05-09' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie-4/+4
2022-05-02drm: allow passing possible_crtcs to drm_writeback_connector_init()Abhinav Kumar-4/+4
2022-04-28malidp: Fix NULL vs IS_ERR() checkingMiaoqian Lin-1/+1
2022-04-11drm: mali-dp: potential dereference of null pointerJiasheng Jiang-1/+4
2022-04-11drm/arm/malidp: Stop using iommu_present()Robin Murphy-9/+5
2022-04-11drm/komeda: return early if drm_universal_plane_init() fails.Liviu Dudau-2/+4
2022-04-11drm/komeda: Fix an undefined behavior bug in komeda_plane_add()Zhou Qingyang-0/+4
2022-04-05Merge drm/drm-next into drm-misc-nextMaxime Ripard-6/+2
2022-03-28Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-6/+1
2022-03-24Merge tag 'drm-next-2022-03-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-9/+12
2022-03-08drm/komeda: plane: Remove redundant color encoding and range initialisationMaxime Ripard-4/+1
2022-03-08drm/komeda: plane: Remove redundant zpos initialisationMaxime Ripard-2/+0
2022-03-08drm/komeda: plane: switch to plane reset helperMaxime Ripard-5/+1
2022-02-28drm/arm: arm hdlcd select DRM_GEM_CMA_HELPERCarsten Haitzler-0/+1
2022-02-25drm/komeda: Make use of the helper component_compare_ofYong Wu-6/+1
2022-01-25drm/connector: Fix typo in output formatMaxime Ripard-6/+6
2022-01-19drm/malidp: Replace module initialization with DRM helpersJavier Martinez Canillas-1/+2
2022-01-19drm/arm/hdlcd: Replace module initialization with DRM helpersJavier Martinez Canillas-1/+2
2022-01-19drm/komeda: Replace module initialization with DRM helpersJavier Martinez Canillas-1/+2
2021-11-30drm: Remove CONFIG_DRM_KMS_CMA_HELPER optionThomas Zimmermann-3/+0
2021-08-16drm/arm: malidp: Use fourcc_mod_is_vendor() helperThierry Reding-1/+1
2021-08-10drm/arm/hdlcd: Convert to Linux IRQ interfacesThomas Zimmermann-78/+97
2021-07-08drm/arm/komeda: Don't include drm_irq.hThomas Zimmermann-1/+0
2021-06-29drm/malidp: Don't set struct drm_device.irq_enabledThomas Zimmermann-4/+0
2021-06-29drm/komeda: Don't set struct drm_device.irq_enabledThomas Zimmermann-4/+0
2021-05-06drm/arm/malidp: Always list modifiersDaniel Vetter-2/+7
2021-05-05drm/arm: Don't set allow_fb_modifiers explicitlyDaniel Vetter-2/+0
2021-04-01drm/komeda: Fix bit check to import to value of proper typeCarsten Haitzler-16/+22
2021-04-01drm/komeda: Convert sysfs sprintf/snprintf family to sysfs_emitTian Tao-3/+3
2021-02-25drm: Use state helper instead of the plane state pointerMaxime Ripard-2/+4
2021-02-25drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard-4/+6
2021-02-24drm: Rename plane->state variables in atomic update and disableMaxime Ripard-17/+17
2021-02-24drm: Store new plane state in a variable for atomic_update and disableMaxime Ripard-3/+4
2021-02-24drm: Use the state pointer directly in planes atomic_checkMaxime Ripard-2/+2
2021-02-24drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard-3/+9
2021-02-24drm: Rename plane atomic_check state namesMaxime Ripard-31/+34
2021-02-23drm/komeda: Annotate dma-fence critical section in commit pathDaniel Vetter-0/+3
2021-02-23drm/malidp: Annotate dma-fence critical section in commit pathDaniel Vetter-0/+3
2021-02-17drm: Switch to %p4cc format modifierSakari Ailus-22/+6
2021-01-07Merge tag 'drm-misc-next-2020-12-17' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter-2/+0
2020-12-18drm/komeda: Fix bit check to import to value of proper typeCarsten Haitzler-1/+2
2020-12-18drm/komeda: Handle NULL pointer access code path in error caseCarsten Haitzler-2/+2
2020-12-18drm/komeda: Remove useless variable assignmentCarsten Haitzler-1/+0
2020-12-18drm/komeda: Correct the sequence of hw_done() and flip_done()James Qian Wang-2/+2
2020-12-15drm: automatic legacy gamma supportTomi Valkeinen-2/+0