index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
zte
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-26
drm/zte: Don't select DRM_KMS_FB_HELPER
Thomas Zimmermann
1
-1
/
+0
2021-02-25
drm: Use state helper instead of the plane state pointer
Maxime Ripard
1
-2
/
+4
2021-02-25
drm/atomic: Pass the full state to planes atomic disable and update
Maxime Ripard
1
-3
/
+5
2021-02-24
drm: Rename plane->state variables in atomic update and disable
Maxime Ripard
1
-4
/
+4
2021-02-24
drm: Store new plane state in a variable for atomic_update and disable
Maxime Ripard
1
-9
/
+10
2021-02-24
drm: Use the state pointer directly in planes atomic_check
Maxime Ripard
1
-2
/
+2
2021-02-24
drm/atomic: Pass the full state to planes atomic_check
Maxime Ripard
1
-2
/
+6
2021-01-05
drm: zte: Remove unnecessary drm_plane_cleanup() wrapper
Laurent Pinchart
1
-6
/
+1
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-08-06
Merge tag 'sound-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
1
-3
/
+4
2020-07-16
ASoC: hdmi-codec: merge .digital_mute() into .mute_stream()
Kuninori Morimoto
1
-3
/
+4
2020-06-29
drm/zte: remove unneeded semicolon
Jason Yan
1
-3
/
+3
2020-06-10
drm/zte: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPS
Thomas Zimmermann
1
-6
/
+1
2020-06-10
drm/zte: Use GEM CMA object functions
Thomas Zimmermann
1
-5
/
+1
2020-04-02
drm/zte: Use simple encoder
Thomas Zimmermann
3
-18
/
+6
2020-01-28
drm/zte: plane_state->fb iff plane_state->crtc
Daniel Vetter
1
-2
/
+2
2020-01-07
drm: zte: Provide ddc symlink in vga connector sysfs directory
Andrzej Pietrasiewicz
1
-2
/
+4
2020-01-07
drm: zte: Provide ddc symlink in hdmi connector sysfs directory
Andrzej Pietrasiewicz
1
-2
/
+4
2019-07-22
Merge v5.3-rc1 into drm-misc-next
Maxime Ripard
15
-72
/
+15
2019-07-17
drm/zte: drop use of drmP.h
Sam Ravnborg
6
-6
/
+14
2019-07-15
Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-4
/
+2
2019-06-21
drm/zte: Drop drm_gem_prime_export/import
Daniel Vetter
1
-2
/
+0
2019-06-21
drm/prime: Actually remove DRIVER_PRIME everywhere
Daniel Vetter
1
-2
/
+1
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
15
-72
/
+15
2019-05-28
Merge tag 'drm-misc-next-2019-05-24' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-4
/
+2
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
1
-0
/
+1
2019-05-20
drm: Remove users of drm_format_info_plane_cpp
Maxime Ripard
1
-1
/
+1
2019-05-20
drm/fourcc: Pass the format_info pointer to drm_format_plane_cpp
Maxime Ripard
1
-1
/
+1
2019-05-20
drm: Remove users of drm_format_num_planes
Maxime Ripard
1
-3
/
+1
2019-01-24
drm: Split out drm_probe_helper.h
Daniel Vetter
5
-5
/
+5
2019-01-10
drm/edid: Pass connector to AVI infoframe functions
Ville Syrjälä
1
-1
/
+3
2018-10-05
drm/zte: Use drm_atomic_helper_shutdown
Daniel Vetter
2
-1
/
+1
2018-09-30
drm/zte: Replace drm_dev_unref with drm_dev_put
Thomas Zimmermann
1
-2
/
+2
2018-09-25
drm/zte: Use drm_fbdev_generic_setup()
Noralf Trønnes
1
-12
/
+3
2018-09-19
gpu: do not double put device node in zx_drm_probe
zhong jiang
1
-3
/
+1
2018-07-13
drm: drop _mode_ from drm_mode_connector_attach_encoder
Daniel Vetter
3
-3
/
+3
2018-07-13
drm: drop _mode_ from update_edit_property()
Daniel Vetter
2
-2
/
+2
2018-07-03
drm: add missing ctx argument to plane transitional helpers
Russell King
1
-1
/
+1
2018-03-29
drm/zte: Stop consulting plane->crtc
Ville Syrjälä
3
-4
/
+6
2018-03-05
drm: Don't pass clip to drm_atomic_helper_check_plane_state()
Ville Syrjälä
1
-12
/
+1
2018-01-23
drm/zte: Use drm_mode_get_hv_timing() to populate plane clip rectangle
Ville Syrjälä
1
-10
/
+8
2017-12-08
drm/zte: Use drm_fb_cma_fbdev_init/fini()
Noralf Trønnes
1
-42
/
+6
2017-12-04
Merge tag 'drm-misc-next-2017-11-30' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
2
-7
/
+9
2017-11-22
drm/edid: Allow HDMI infoframe without VIC or S3D
Ville Syrjälä
1
-0
/
+1
2017-11-20
drm: Move drm_plane_helper_check_state() into drm_atomic_helper.c
Ville Syrjälä
1
-7
/
+8
2017-11-20
drm: Check crtc_state->enable rather than crtc->enabled in drm_plane_helper_c...
Ville Syrjälä
1
-2
/
+2
2017-11-15
Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-1
/
+2
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
[next]