summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/sti
AgeCommit message (Expand)AuthorFilesLines
2 daysdrm/print: drop include debugfs.h and include where neededJani Nikula1-0/+1
2023-09-21drm: Call drm_atomic_helper_shutdown() at shutdown time for misc driversDouglas Anderson1-0/+7
2023-07-21drm: Explicitly include correct DT includesRob Herring1-0/+2
2023-06-08drm/sti: Convert to platform remove callback returning voidUwe Kleine-König7-23/+14
2023-05-02drm/sti/sti_hdmi: convert to using is_hdmi from display infoJani Nikula2-7/+6
2023-04-22drm/sti: Drop of_gpio headerMaíra Canal1-1/+1
2023-03-14drm/sti: Use GEM DMA fbdev emulationThomas Zimmermann1-2/+2
2023-03-14drm: Drop ARCH_MULTIPLATFORM from dependenciesUwe Kleine-König1-1/+1
2022-12-14Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-6/+9
2022-11-18drm/sti: Fix return type of sti_{dvo,hda,hdmi}_connector_mode_valid()Nathan Chancellor3-6/+9
2022-11-12drm/sti: Use drm_mode_copy()Ville Syrjälä3-3/+3
2022-11-05drm/fb-helper: Move generic fbdev emulation into separate source fileThomas Zimmermann1-1/+1
2022-09-06Merge tag 'drm-misc-next-2022-08-20-1' of git://anongit.freedesktop.org/drm/d...Daniel Vetter8-34/+30
2022-08-06Merge tag 'sound-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-4/+4
2022-08-03drm/gem: rename struct drm_gem_dma_object.{paddr => dma_addr}Danilo Krummrich2-6/+6
2022-08-03drm/gem: rename GEM CMA helpers to GEM DMA helpersDanilo Krummrich6-24/+24
2022-08-03drm/fb: rename FB CMA helpers to FB DMA helpersDanilo Krummrich3-9/+9
2022-08-03drm/fb: remove unused includes of drm_fb_cma_helper.hDanilo Krummrich2-2/+0
2022-07-26drm: Remove unnecessary include statements of drm_plane_helper.hThomas Zimmermann2-2/+0
2022-07-05drm: Remove linux/i2c.h from drm_crtc.hVille Syrjälä1-0/+1
2022-07-05drm: Remove linux/fb.h from drm_crtc.hVille Syrjälä4-0/+4
2022-06-20drm: Drop drm_blend.h from drm_crtc.hVille Syrjälä1-0/+1
2022-06-20drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä4-0/+4
2022-06-13ASoC: hdmi-codec: Update to modern DAI terminologyMark Brown1-4/+4
2022-04-07drm/sti: fix typos in commentsJulia Lawall1-1/+1
2022-04-07drm: sti: fix spelling mistake: rejec -> rejectionColin Ian King1-1/+1
2022-04-07drm: sti: don't use kernel-doc markersRandy Dunlap1-10/+10
2022-03-28Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-6/+1
2022-02-25drm/sti: plane: Remove redundant zpos initialisationMaxime Ripard5-10/+3
2022-02-25drm/sti: Make use of the helper component_compare_ofYong Wu1-6/+1
2022-01-27drm/sti: Add support for the nomodeset kernel parameterJavier Martinez Canillas1-0/+3
2021-11-30drm: Remove CONFIG_DRM_KMS_CMA_HELPER optionThomas Zimmermann1-1/+0
2021-10-07drm/sti: Use correct printk format specifiers for size_tLaurent Pinchart1-2/+2
2021-07-28drm/bridge: Centralize error message when bridge attach failsLaurent Pinchart1-3/+1
2021-06-29drm/sti: Don't set struct drm_device.irq_enabledThomas Zimmermann1-2/+0
2021-06-03drm/sti/sti_hqvdp: Fix incorrectly named function 'sti_hqvdp_vtg_cb()'Lee Jones1-1/+1
2021-06-03drm/sti/sti_tvout: Provide a bunch of missing function namesLee Jones1-9/+9
2021-06-03drm/sti/sti_hda: Provide missing function namesLee Jones1-3/+3
2021-06-03drm/sti/sti_hdmi_tx3g4c28phy: Provide function names for kernel-doc headersLee Jones1-2/+2
2021-02-25drm: Use state helper instead of the plane state pointerMaxime Ripard3-3/+6
2021-02-25drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard3-6/+16
2021-02-24drm: Rename plane->state variables in atomic update and disableMaxime Ripard3-45/+45
2021-02-24drm: Use the state pointer directly in planes atomic_checkMaxime Ripard3-3/+3
2021-02-24drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard3-3/+9
2021-02-24drm: Rename plane atomic_check state namesMaxime Ripard3-34/+38
2021-01-05drm: sti: Remove unnecessary drm_plane_cleanup() wrapperLaurent Pinchart3-24/+3
2020-11-12drm/sti/sti_hdmi: Move 'colorspace_mode_names' array to where its usedLee Jones2-6/+6
2020-11-06drm/<drivers>: Constify struct drm_driverDaniel Vetter1-1/+1
2020-11-02drm/atomic: Pass the full state to CRTC atomic begin and flushMaxime Ripard1-1/+1
2020-10-09drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard1-2/+2