summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/sti
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-12-143-6/+9
|\
| * drm/sti: Fix return type of sti_{dvo,hda,hdmi}_connector_mode_valid()Nathan Chancellor2022-11-183-6/+9
* | drm/sti: Use drm_mode_copy()Ville Syrjälä2022-11-123-3/+3
* | drm/fb-helper: Move generic fbdev emulation into separate source fileThomas Zimmermann2022-11-051-1/+1
|/
* Merge tag 'drm-misc-next-2022-08-20-1' of git://anongit.freedesktop.org/drm/d...Daniel Vetter2022-09-068-34/+30
|\
| * drm/gem: rename struct drm_gem_dma_object.{paddr => dma_addr}Danilo Krummrich2022-08-032-6/+6
| * drm/gem: rename GEM CMA helpers to GEM DMA helpersDanilo Krummrich2022-08-036-24/+24
| * drm/fb: rename FB CMA helpers to FB DMA helpersDanilo Krummrich2022-08-033-9/+9
| * drm/fb: remove unused includes of drm_fb_cma_helper.hDanilo Krummrich2022-08-032-2/+0
| * drm: Remove unnecessary include statements of drm_plane_helper.hThomas Zimmermann2022-07-262-2/+0
* | Merge tag 'sound-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2022-08-061-4/+4
|\ \ | |/ |/|
| * ASoC: hdmi-codec: Update to modern DAI terminologyMark Brown2022-06-131-4/+4
* | drm: Remove linux/i2c.h from drm_crtc.hVille Syrjälä2022-07-051-0/+1
* | drm: Remove linux/fb.h from drm_crtc.hVille Syrjälä2022-07-054-0/+4
* | drm: Drop drm_blend.h from drm_crtc.hVille Syrjälä2022-06-201-0/+1
* | drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä2022-06-204-0/+4
|/
* drm/sti: fix typos in commentsJulia Lawall2022-04-071-1/+1
* drm: sti: fix spelling mistake: rejec -> rejectionColin Ian King2022-04-071-1/+1
* drm: sti: don't use kernel-doc markersRandy Dunlap2022-04-071-10/+10
* Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-03-281-6/+1
|\
| * drm/sti: Make use of the helper component_compare_ofYong Wu2022-02-251-6/+1
* | drm/sti: plane: Remove redundant zpos initialisationMaxime Ripard2022-02-255-10/+3
* | drm/sti: Add support for the nomodeset kernel parameterJavier Martinez Canillas2022-01-271-0/+3
|/
* drm: Remove CONFIG_DRM_KMS_CMA_HELPER optionThomas Zimmermann2021-11-301-1/+0
* drm/sti: Use correct printk format specifiers for size_tLaurent Pinchart2021-10-071-2/+2
* drm/bridge: Centralize error message when bridge attach failsLaurent Pinchart2021-07-281-3/+1
* drm/sti: Don't set struct drm_device.irq_enabledThomas Zimmermann2021-06-291-2/+0
* drm/sti/sti_hqvdp: Fix incorrectly named function 'sti_hqvdp_vtg_cb()'Lee Jones2021-06-031-1/+1
* drm/sti/sti_tvout: Provide a bunch of missing function namesLee Jones2021-06-031-9/+9
* drm/sti/sti_hda: Provide missing function namesLee Jones2021-06-031-3/+3
* drm/sti/sti_hdmi_tx3g4c28phy: Provide function names for kernel-doc headersLee Jones2021-06-031-2/+2
* drm: Use state helper instead of the plane state pointerMaxime Ripard2021-02-253-3/+6
* drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard2021-02-253-6/+16
* drm: Rename plane->state variables in atomic update and disableMaxime Ripard2021-02-243-45/+45
* drm: Use the state pointer directly in planes atomic_checkMaxime Ripard2021-02-243-3/+3
* 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-34/+38
* drm: sti: Remove unnecessary drm_plane_cleanup() wrapperLaurent Pinchart2021-01-053-24/+3
* drm/sti/sti_hdmi: Move 'colorspace_mode_names' array to where its usedLee Jones2020-11-122-6/+6
* drm/<drivers>: Constify struct drm_driverDaniel Vetter2020-11-061-1/+1
* drm/atomic: Pass the full state to CRTC atomic begin and flushMaxime Ripard2020-11-021-1/+1
* drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard2020-10-091-2/+2
* Merge tag 'v5.9-rc4' into drm-nextDave Airlie2020-09-081-3/+3
|\
| * treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-3/+3
* | Merge v5.9-rc1 into drm-misc-nextMaxime Ripard2020-08-181-2/+4
|\|
| * Merge tag 'sound-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2020-08-061-2/+4
| |\
| | * ASoC: hdmi-codec: merge .digital_mute() into .mute_stream()Kuninori Morimoto2020-07-161-2/+4
* | | drm: Remove unnecessary drm_panel_attach and drm_panel_detachJoe Perches2020-08-081-2/+0
|/ /
* | drm/sti: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPSThomas Zimmermann2020-06-101-7/+1
* | drm/sti: Use GEM CMA object functionsThomas Zimmermann2020-06-101-5/+1