index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-13
drm/radeon: Remove initialization of shared_resources.num_mec
Jay Cornwall
1
-1
/
+0
2017-07-13
drm/amdkfd: Remove unused references to shared_resources.num_mec
Jay Cornwall
3
-12
/
+0
2017-07-13
drm/amdgpu: Fix KFD oversubscription by tracking queues correctly
Jay Cornwall
1
-1
/
+1
2017-07-13
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+2
2017-07-13
Merge tag 'drm-fixes-for-v4.13-rc1' of git://people.freedesktop.org/~airlied/...
Linus Torvalds
32
-214
/
+372
2017-07-13
drm: Add missing field copy in compat_drm_version
Jeffy Chen
1
-0
/
+3
2017-07-13
drm/dp/mst: Use memchr_inv() instead of memcmp() against a zeroed array
Ville Syrjälä
1
-8
/
+10
2017-07-13
drm/atomic: Make private objs proper objects
Ville Syrjälä
3
-56
/
+115
2017-07-13
drm/atomic: Remove pointless private object NULL state check
Ville Syrjälä
1
-2
/
+1
2017-07-13
drm/dp/mst: Handle errors from drm_atomic_get_private_obj_state() correctly
Ville Syrjälä
1
-4
/
+4
2017-07-13
drm/i915/skl+: unify cpp value in WM calculation
Kumar, Mahesh
1
-4
/
+2
2017-07-13
drm/i915/skl+: WM calculation don't require height
Kumar, Mahesh
1
-3
/
+1
2017-07-13
drm/i915: Addition wrapper for fixed16.16 operation
Kumar, Mahesh
1
-0
/
+19
2017-07-13
drm/i915: cleanup fixed-point wrappers naming
Kumar, Mahesh
2
-39
/
+38
2017-07-13
drm/i915: Always perform internal fixed16 division in 64 bits
Kumar, Mahesh
2
-11
/
+2
2017-07-13
drm/i915: take-out common clamping code of fixed16 wrappers
Kumar, Mahesh
1
-16
/
+12
2017-07-13
drm/mediatek: Convert to new iterator macros
Maarten Lankhorst
1
-3
/
+3
2017-07-13
drm/imx: Use atomic iterator macros
Maarten Lankhorst
2
-5
/
+5
2017-07-13
drm/mali: Use new atomic iterator macros
Maarten Lankhorst
1
-1
/
+1
2017-07-13
drm/rockchip: Use for_each_oldnew_plane_in_state in vop_crtc_atomic_flush
Maarten Lankhorst
1
-3
/
+4
2017-07-13
drm/atmel-hlcdec: Use for_each_new_connector_in_state
Maarten Lankhorst
1
-1
/
+1
2017-07-13
drm/i915: Use correct iterator macro
Maarten Lankhorst
1
-1
/
+1
2017-07-13
drm/vmwgfx: Make check_modeset() use the new atomic iterator macros.
Maarten Lankhorst
1
-3
/
+2
2017-07-13
drm/atomic: Use new iterator macros in drm_atomic_helper_wait_for_flip_done
Maarten Lankhorst
1
-2
/
+2
2017-07-13
drm/atomic: Use the new helpers in drm_atomic_helper_disable_all()
Maarten Lankhorst
1
-2
/
+2
2017-07-13
drm/atomic: Use the correct iterator macro in atomic_remove_fb
Maarten Lankhorst
1
-1
/
+1
2017-07-13
drm/simple-kms-helper: Fix the check for the mismatch between plane and CRTC ...
Maarten Lankhorst
1
-3
/
+7
2017-07-13
Merge branch 'drm-next-4.13' of git://people.freedesktop.org/~agd5f/linux int...
Dave Airlie
1
-2
/
+11
2017-07-13
Merge tag 'drm-misc-next-fixes-2017-07-10' of git://anongit.freedesktop.org/g...
Dave Airlie
6
-6
/
+8
2017-07-13
Merge tag 'drm-intel-next-fixes-2017-07-11' of git://anongit.freedesktop.org/...
Dave Airlie
15
-78
/
+148
2017-07-13
Merge branch 'mediatek-drm-next-4.13' of https://github.com/ckhu-mediatek/lin...
Dave Airlie
10
-128
/
+205
2017-07-12
drm/i915: use __GFP_RETRY_MAYFAIL
Michal Hocko
1
-1
/
+2
2017-07-11
drm/i915/cnl: Add missing type case.
Rodrigo Vivi
1
-1
/
+4
2017-07-11
drm: inhibit drm drivers register to uninitialized drm core
Alexandru Moise
1
-0
/
+16
2017-07-11
Merge tag 'gvt-fixes-2017-07-11' of https://github.com/01org/gvt-linux into d...
Jani Nikula
5
-64
/
+34
2017-07-11
drm/i915: Make DP-MST connector info work
Maarten Lankhorst
1
-1
/
+1
2017-07-11
drm/i915/gvt: Use fence error from GVT request for workload status
Chuanxiao Dong
1
-9
/
+12
2017-07-11
drm/i915/gvt: remove scheduler_mutex in per-engine workload_thread
Weinan Li
1
-7
/
+0
2017-07-11
drm/i915/gvt: Revert "drm/i915/gvt: Fix possible recursive locking issue"
Chuanxiao Dong
2
-48
/
+10
2017-07-11
drm/i915/gvt: Audit the command buffer address
Ping Gao
1
-0
/
+10
2017-07-11
drm/i915/gvt: Fix a memory leak in intel_gvt_init_gtt()
Zhou, Wenjia
1
-0
/
+2
2017-07-10
Merge tag 'drm-for-v4.13' into drm-intel-next-queued
Daniel Vetter
527
-17933
/
+308596
2017-07-10
drm/i915/cnl: Add max allowed Cannonlake DC.
Rodrigo Vivi
1
-1
/
+1
2017-07-10
drm/rockchip: fix NULL check on devm_kzalloc() return value
Gustavo A. R. Silva
1
-1
/
+1
2017-07-10
drm/i915: Make DP-MST connector info work
Maarten Lankhorst
1
-1
/
+1
2017-07-10
drm/i915/fbdev: Check for existence of ifbdev->vma before operations
Chris Wilson
1
-5
/
+6
2017-07-09
Merge tag 'drm-for-v4.13' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
817
-24728
/
+357245
2017-07-08
drm_dp_aux_dev: switch to read_iter/write_iter
Al Viro
1
-63
/
+46
2017-07-08
Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-15
/
+0
2017-07-07
drm/i915/cnl: Get DDI clock based on PLLs.
Rodrigo Vivi
2
-0
/
+113
[prev]
[next]