summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/arm
Commit message (Expand)AuthorAgeFilesLines
* drm: Remove linux/fb.h from drm_crtc.hVille Syrjälä2022-07-051-0/+2
* drm: Drop drm_blend.h from drm_crtc.hVille Syrjälä2022-06-204-0/+4
* drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä2022-06-205-0/+5
* drm: Drop drm_edid.h from drm_crtc.hVille Syrjälä2022-06-201-0/+1
* Merge tag 'drm-msm-next-2022-05-09' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie2022-05-112-4/+4
|\
| * drm: allow passing possible_crtcs to drm_writeback_connector_init()Abhinav Kumar2022-05-022-4/+4
* | malidp: Fix NULL vs IS_ERR() checkingMiaoqian Lin2022-04-281-1/+1
* | drm: mali-dp: potential dereference of null pointerJiasheng Jiang2022-04-111-1/+4
* | drm/arm/malidp: Stop using iommu_present()Robin Murphy2022-04-111-9/+5
* | drm/komeda: return early if drm_universal_plane_init() fails.Liviu Dudau2022-04-111-2/+4
* | drm/komeda: Fix an undefined behavior bug in komeda_plane_add()Zhou Qingyang2022-04-111-0/+4
* | Merge drm/drm-next into drm-misc-nextMaxime Ripard2022-04-052-6/+2
|\|
| * Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-03-281-6/+1
| |\
| | * drm/komeda: Make use of the helper component_compare_ofYong Wu2022-02-251-6/+1
| * | Merge tag 'drm-next-2022-03-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-03-244-9/+12
| |\ \
| * | | drm/arm: arm hdlcd select DRM_GEM_CMA_HELPERCarsten Haitzler2022-02-281-0/+1
| | |/ | |/|
* | | drm/komeda: plane: Remove redundant color encoding and range initialisationMaxime Ripard2022-03-081-4/+1
* | | drm/komeda: plane: Remove redundant zpos initialisationMaxime Ripard2022-03-081-2/+0
* | | drm/komeda: plane: switch to plane reset helperMaxime Ripard2022-03-081-5/+1
| |/ |/|
* | drm/connector: Fix typo in output formatMaxime Ripard2022-01-251-6/+6
* | drm/malidp: Replace module initialization with DRM helpersJavier Martinez Canillas2022-01-191-1/+2
* | drm/arm/hdlcd: Replace module initialization with DRM helpersJavier Martinez Canillas2022-01-191-1/+2
* | drm/komeda: Replace module initialization with DRM helpersJavier Martinez Canillas2022-01-191-1/+2
|/
* drm: Remove CONFIG_DRM_KMS_CMA_HELPER optionThomas Zimmermann2021-11-302-3/+0
* drm/arm: malidp: Use fourcc_mod_is_vendor() helperThierry Reding2021-08-161-1/+1
* drm/arm/hdlcd: Convert to Linux IRQ interfacesThomas Zimmermann2021-08-102-78/+97
* drm/arm/komeda: Don't include drm_irq.hThomas Zimmermann2021-07-081-1/+0
* drm/malidp: Don't set struct drm_device.irq_enabledThomas Zimmermann2021-06-291-4/+0
* drm/komeda: Don't set struct drm_device.irq_enabledThomas Zimmermann2021-06-291-4/+0
* drm/arm/malidp: Always list modifiersDaniel Vetter2021-05-061-2/+7
* drm/arm: Don't set allow_fb_modifiers explicitlyDaniel Vetter2021-05-052-2/+0
* drm/komeda: Fix bit check to import to value of proper typeCarsten Haitzler2021-04-013-16/+22
* drm/komeda: Convert sysfs sprintf/snprintf family to sysfs_emitTian Tao2021-04-011-3/+3
* drm: Use state helper instead of the plane state pointerMaxime Ripard2021-02-252-2/+4
* drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard2021-02-253-4/+6
* drm: Rename plane->state variables in atomic update and disableMaxime Ripard2021-02-241-17/+17
* drm: Store new plane state in a variable for atomic_update and disableMaxime Ripard2021-02-241-3/+4
* drm: Use the state pointer directly in planes atomic_checkMaxime Ripard2021-02-242-2/+2
* drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard2021-02-243-3/+9
* drm: Rename plane atomic_check state namesMaxime Ripard2021-02-243-31/+34
* drm/komeda: Annotate dma-fence critical section in commit pathDaniel Vetter2021-02-231-0/+3
* drm/malidp: Annotate dma-fence critical section in commit pathDaniel Vetter2021-02-231-0/+3
* drm: Switch to %p4cc format modifierSakari Ailus2021-02-174-22/+6
* Merge tag 'drm-misc-next-2020-12-17' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2021-01-072-2/+0
|\
| * drm: automatic legacy gamma supportTomi Valkeinen2020-12-152-2/+0
* | drm/komeda: Fix bit check to import to value of proper typeCarsten Haitzler2020-12-181-1/+2
* | drm/komeda: Handle NULL pointer access code path in error caseCarsten Haitzler2020-12-181-2/+2
* | drm/komeda: Remove useless variable assignmentCarsten Haitzler2020-12-181-1/+0
* | drm/komeda: Correct the sequence of hw_done() and flip_done()James Qian Wang2020-12-181-2/+2
|/
* drm: Use state helper instead of CRTC state pointerMaxime Ripard2020-11-101-1/+3