Age | Commit message (Expand) | Author | Files | Lines |
2022-12-31 | drm/sti: Fix return type of sti_{dvo,hda,hdmi}_connector_mode_valid() | Nathan Chancellor | 3 | -6/+9 |
2022-12-31 | drm/sti: Use drm_mode_copy() | Ville Syrjälä | 3 | -3/+3 |
2022-09-06 | Merge tag 'drm-misc-next-2022-08-20-1' of git://anongit.freedesktop.org/drm/d... | Daniel Vetter | 8 | -34/+30 |
2022-08-06 | Merge tag 'sound-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Linus Torvalds | 1 | -4/+4 |
2022-08-03 | drm/gem: rename struct drm_gem_dma_object.{paddr => dma_addr} | Danilo Krummrich | 2 | -6/+6 |
2022-08-03 | drm/gem: rename GEM CMA helpers to GEM DMA helpers | Danilo Krummrich | 6 | -24/+24 |
2022-08-03 | drm/fb: rename FB CMA helpers to FB DMA helpers | Danilo Krummrich | 3 | -9/+9 |
2022-08-03 | drm/fb: remove unused includes of drm_fb_cma_helper.h | Danilo Krummrich | 2 | -2/+0 |
2022-07-26 | drm: Remove unnecessary include statements of drm_plane_helper.h | Thomas Zimmermann | 2 | -2/+0 |
2022-07-05 | drm: Remove linux/i2c.h from drm_crtc.h | Ville Syrjälä | 1 | -0/+1 |
2022-07-05 | drm: Remove linux/fb.h from drm_crtc.h | Ville Syrjälä | 4 | -0/+4 |
2022-06-20 | drm: Drop drm_blend.h from drm_crtc.h | Ville Syrjälä | 1 | -0/+1 |
2022-06-20 | drm: Drop drm_framebuffer.h from drm_crtc.h | Ville Syrjälä | 4 | -0/+4 |
2022-06-13 | ASoC: hdmi-codec: Update to modern DAI terminology | Mark Brown | 1 | -4/+4 |
2022-04-07 | drm/sti: fix typos in comments | Julia Lawall | 1 | -1/+1 |
2022-04-07 | drm: sti: fix spelling mistake: rejec -> rejection | Colin Ian King | 1 | -1/+1 |
2022-04-07 | drm: sti: don't use kernel-doc markers | Randy Dunlap | 1 | -10/+10 |
2022-03-28 | Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -6/+1 |
2022-02-25 | drm/sti: plane: Remove redundant zpos initialisation | Maxime Ripard | 5 | -10/+3 |
2022-02-25 | drm/sti: Make use of the helper component_compare_of | Yong Wu | 1 | -6/+1 |
2022-01-27 | drm/sti: Add support for the nomodeset kernel parameter | Javier Martinez Canillas | 1 | -0/+3 |
2021-11-30 | drm: Remove CONFIG_DRM_KMS_CMA_HELPER option | Thomas Zimmermann | 1 | -1/+0 |
2021-10-07 | drm/sti: Use correct printk format specifiers for size_t | Laurent Pinchart | 1 | -2/+2 |
2021-07-28 | drm/bridge: Centralize error message when bridge attach fails | Laurent Pinchart | 1 | -3/+1 |
2021-06-29 | drm/sti: Don't set struct drm_device.irq_enabled | Thomas Zimmermann | 1 | -2/+0 |
2021-06-03 | drm/sti/sti_hqvdp: Fix incorrectly named function 'sti_hqvdp_vtg_cb()' | Lee Jones | 1 | -1/+1 |
2021-06-03 | drm/sti/sti_tvout: Provide a bunch of missing function names | Lee Jones | 1 | -9/+9 |
2021-06-03 | drm/sti/sti_hda: Provide missing function names | Lee Jones | 1 | -3/+3 |
2021-06-03 | drm/sti/sti_hdmi_tx3g4c28phy: Provide function names for kernel-doc headers | Lee Jones | 1 | -2/+2 |
2021-02-25 | drm: Use state helper instead of the plane state pointer | Maxime Ripard | 3 | -3/+6 |
2021-02-25 | drm/atomic: Pass the full state to planes atomic disable and update | Maxime Ripard | 3 | -6/+16 |
2021-02-24 | drm: Rename plane->state variables in atomic update and disable | Maxime Ripard | 3 | -45/+45 |
2021-02-24 | drm: Use the state pointer directly in planes atomic_check | Maxime Ripard | 3 | -3/+3 |
2021-02-24 | drm/atomic: Pass the full state to planes atomic_check | Maxime Ripard | 3 | -3/+9 |
2021-02-24 | drm: Rename plane atomic_check state names | Maxime Ripard | 3 | -34/+38 |
2021-01-05 | drm: sti: Remove unnecessary drm_plane_cleanup() wrapper | Laurent Pinchart | 3 | -24/+3 |
2020-11-12 | drm/sti/sti_hdmi: Move 'colorspace_mode_names' array to where its used | Lee Jones | 2 | -6/+6 |
2020-11-06 | drm/<drivers>: Constify struct drm_driver | Daniel Vetter | 1 | -1/+1 |
2020-11-02 | drm/atomic: Pass the full state to CRTC atomic begin and flush | Maxime Ripard | 1 | -1/+1 |
2020-10-09 | drm/atomic: Pass the full state to CRTC atomic enable/disable | Maxime Ripard | 1 | -2/+2 |
2020-09-08 | Merge tag 'v5.9-rc4' into drm-next | Dave Airlie | 1 | -3/+3 |
2020-08-24 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -3/+3 |
2020-08-18 | Merge v5.9-rc1 into drm-misc-next | Maxime Ripard | 1 | -2/+4 |
2020-08-08 | drm: Remove unnecessary drm_panel_attach and drm_panel_detach | Joe Perches | 1 | -2/+0 |
2020-08-07 | Merge tag 'sound-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Linus Torvalds | 1 | -2/+4 |
2020-07-17 | ASoC: hdmi-codec: merge .digital_mute() into .mute_stream() | Kuninori Morimoto | 1 | -2/+4 |
2020-06-10 | drm/sti: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPS | Thomas Zimmermann | 1 | -7/+1 |
2020-06-10 | drm/sti: Use GEM CMA object functions | Thomas Zimmermann | 1 | -5/+1 |
2020-05-27 | drm: Nuke mode->vrefresh | Ville Syrjälä | 1 | -1/+0 |
2020-03-18 | drm: convert .debugfs_init() hook to return void. | Wambui Karuga | 1 | -2/+1 |