index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-04
drm/i915: Generalize .set_signal_levels()
Ville Syrjälä
4
-76
/
+71
2021-10-04
drm/i915: Introduce has_buf_trans_select()
Ville Syrjälä
1
-2
/
+9
2021-10-04
drm/i915: Introduce has_iboost()
Ville Syrjälä
1
-4
/
+9
2021-10-04
drm/i915: Fix DP clock recovery "voltage_tries" handling
Ville Syrjälä
1
-5
/
+24
2021-10-04
drm/v3d: add multiple syncobjs support
Melissa Wen
3
-31
/
+184
2021-10-04
drm/v3d: add generic ioctl extension
Melissa Wen
2
-6
/
+72
2021-10-04
drm/v3d: alloc and init job in one shot
Melissa Wen
1
-82
/
+53
2021-10-04
drm/v3d: decouple adding job dependencies steps from job init
Melissa Wen
1
-10
/
+18
2021-10-04
drm/i915/reg: add AUD_TCA_DP_2DOT0_CTRL registers
Jani Nikula
1
-0
/
+5
2021-10-04
drm/i915: fix regression with uncore refactoring.
Dave Airlie
1
-1
/
+1
2021-10-02
drm/i915: fix blank screen booting crashes
Hugh Dickins
1
-2
/
+3
2021-10-01
drm/msm/submit: fix overflow check on 64-bit architectures
Arnd Bergmann
1
-1
/
+2
2021-10-01
drm/msm: One sched entity per process per priority
Rob Clark
3
-21
/
+75
2021-10-01
drm/msm: A bit more docs + cleanup
Rob Clark
2
-45
/
+57
2021-10-01
drm/msm/a6xx: Track current ctx by seqno
Rob Clark
4
-4
/
+17
2021-10-01
drm/msm/a6xx: Serialize GMU communication
Rob Clark
3
-6
/
+43
2021-10-01
drm/msm: Fix crash on dev file close
Rob Clark
2
-4
/
+3
2021-10-01
drm/i915/guc: Move and improve error message for missed CTB reply
Michal Wajdeczko
1
-4
/
+4
2021-10-01
drm/i915/guc: Print error name on CTB send failure
Michal Wajdeczko
1
-2
/
+2
2021-10-01
drm/i915/guc: Print error name on CTB (de)registration failure
Michal Wajdeczko
1
-4
/
+4
2021-10-01
drm/i915/guc: Verify result from CTB (de)register action
Michal Wajdeczko
1
-2
/
+8
2021-10-01
drm/i915: Use fixed offset for PTEs location
Michal Wajdeczko
1
-2
/
+17
2021-10-01
drm/bridge: ti-sn65dsi86: Implement bridge->mode_valid()
Rob Clark
1
-12
/
+13
2021-10-01
drm/i915: Stop force enabling pipe bottom color gammma/csc
Ville Syrjälä
1
-7
/
+2
2021-10-01
drm: cleanup: remove drm_modeset_(un)lock_all()
Fernando Ramos
1
-91
/
+3
2021-10-01
drm/amd: cleanup: drm_modeset_lock_all() --> DRM_MODESET_LOCK_ALL_BEGIN()
Fernando Ramos
3
-43
/
+53
2021-10-01
drm/gma500: cleanup: drm_modeset_lock_all() --> DRM_MODESET_LOCK_ALL_BEGIN()
Fernando Ramos
1
-6
/
+12
2021-10-01
drm/i915: cleanup: drm_modeset_lock_all() --> DRM_MODESET_LOCK_ALL_BEGIN() part 2
Fernando Ramos
1
-21
/
+19
2021-10-01
drm/i915: cleanup: drm_modeset_lock_all() --> DRM_MODESET_LOCK_ALL_BEGIN()
Fernando Ramos
6
-32
/
+61
2021-10-01
drm/msm: cleanup: drm_modeset_lock_all() --> DRM_MODESET_LOCK_ALL_BEGIN()
Fernando Ramos
1
-4
/
+6
2021-10-01
drm/nouveau: cleanup: drm_modeset_lock_all() --> DRM_MODESET_LOCK_ALL_BEGIN()
Fernando Ramos
1
-5
/
+10
2021-10-01
drm/omapdrm: cleanup: drm_modeset_lock_all() --> DRM_MODESET_LOCK_ALL_BEGIN()
Fernando Ramos
1
-3
/
+6
2021-10-01
drm/radeon: cleanup: drm_modeset_lock_all() --> DRM_MODESET_LOCK_ALL_BEGIN()
Fernando Ramos
2
-10
/
+21
2021-10-01
drm/shmobile: cleanup: drm_modeset_lock_all() --> DRM_MODESET_LOCK_ALL_BEGIN()
Fernando Ramos
1
-2
/
+4
2021-10-01
drm/tegra: cleanup: drm_modeset_lock_all() --> DRM_MODESET_LOCK_ALL_BEGIN()
Fernando Ramos
3
-8
/
+15
2021-10-01
drm/vmwgfx: cleanup: drm_modeset_lock_all() --> DRM_MODESET_LOCK_ALL_BEGIN()
Fernando Ramos
2
-8
/
+15
2021-10-01
drm: cleanup: drm_modeset_lock_all() --> DRM_MODESET_LOCK_ALL_BEGIN()
Fernando Ramos
4
-14
/
+25
2021-10-01
drm/msm: cleanup: drm_modeset_lock_all_ctx() --> DRM_MODESET_LOCK_ALL_BEGIN()
Fernando Ramos
1
-6
/
+6
2021-10-01
drm/i915: cleanup: drm_modeset_lock_all_ctx() --> DRM_MODESET_LOCK_ALL_BEGIN()
Fernando Ramos
1
-13
/
+5
2021-10-01
drm: cleanup: drm_modeset_lock_all_ctx() --> DRM_MODESET_LOCK_ALL_BEGIN()
Fernando Ramos
1
-6
/
+3
2021-10-01
Merge tag 'exynos-drm-fixes-for-v5.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-fixes
Daniel Vetter
9
-31
/
+9
2021-10-01
Merge tag 'amd-drm-fixes-5.15-2021-09-29' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixes
Daniel Vetter
7
-11
/
+53
2021-10-01
Merge tag 'drm-intel-fixes-2021-09-30' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes
Daniel Vetter
5
-23
/
+14
2021-10-01
drm/lease: allow empty leases
Simon Ser
1
-21
/
+18
2021-10-01
drm/i915: Move WaPruneModeWithIncorrectHsyncOffset into intel_mode_valid()
Ville Syrjälä
1
-7
/
+8
2021-10-01
drm/i915: Adjust intel_crtc_compute_config() debug message
Ville Syrjälä
1
-1
/
+1
2021-10-01
drm/i915: Use standard form -EDEADLK check
Ville Syrjälä
1
-4
/
+3
2021-10-01
drm/i915/ttm: Rework object initialization slightly
Thomas Hellström
3
-20
/
+64
2021-10-01
drm/i915/debugfs: pass intel_connector to intel_connector_debugfs_add()
Jani Nikula
3
-5
/
+6
2021-10-01
drm/i915/display: stop returning errors from debugfs registration
Jani Nikula
2
-18
/
+9
[prev]
[next]