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-09-07
drm/amdgpu: fix use after free during BO move
Christian König
1
-9
/
+9
2021-09-07
drm/amdgpu: Create common PSP TA load function
Candice Li
2
-204
/
+93
2021-09-07
drm/amd/pm: fix the issue of uploading powerplay table
Kenneth Feng
1
-1
/
+1
2021-09-07
drm/i915/adl_s: Remove require_force_probe protection
ravitejax
1
-1
/
+0
2021-09-07
drm/sched: Fix drm_sched_fence_free() so it can be passed an uninitialized fence
Boris Brezillon
2
-10
/
+19
2021-09-07
drm/i915/bios: get rid of vbt ddi_port_info
Jani Nikula
2
-45
/
+25
2021-09-07
drm/i915/bios: use ddc pin directly from child data
Jani Nikula
2
-23
/
+28
2021-09-07
drm/i915/bios: move ddc pin mapping code next to ddc pin sanitize
Jani Nikula
1
-77
/
+77
2021-09-07
drm/i915/bios: use alternate aux channel directly from child data
Jani Nikula
2
-15
/
+12
2021-09-07
drm/i915/bios: use dp max link rate directly from child data
Jani Nikula
2
-13
/
+17
2021-09-07
drm/i915/bios: use max tmds clock directly from child data
Jani Nikula
2
-28
/
+26
2021-09-07
drm/i915/bios: use hdmi level shift directly from child data
Jani Nikula
2
-15
/
+15
2021-09-06
drm/i915: Stop rcu support for i915_address_space
Daniel Vetter
3
-5
/
+4
2021-09-06
drm/i915: use xa_lock/unlock for fpriv->vm_xa lookups
Daniel Vetter
1
-4
/
+4
2021-09-06
drm/i915: Drop __rcu from gem_context->vm
Daniel Vetter
7
-75
/
+22
2021-09-06
drm/i915: Use i915_gem_context_get_eb_vm in intel_context_set_gem
Daniel Vetter
1
-10
/
+2
2021-09-06
drm/i915: Add i915_gem_context_is_full_ppgtt
Daniel Vetter
4
-5
/
+12
2021-09-06
drm/i915: Use i915_gem_context_get_eb_vm in ctx_getparam
Daniel Vetter
1
-6
/
+5
2021-09-06
drm/i915: Rename i915_gem_context_get_vm_rcu to i915_gem_context_get_eb_vm
Daniel Vetter
7
-10
/
+10
2021-09-06
drm/i915: Drop code to handle set-vm races from execbuf
Daniel Vetter
1
-5
/
+1
2021-09-06
drm/i915: Keep gem ctx->vm alive until the final put
Daniel Vetter
1
-1
/
+13
2021-09-06
drm/i915: Release ctx->syncobj on final put, not on ctx close
Daniel Vetter
1
-3
/
+3
2021-09-06
drm/i915: Release i915_gem_context from a worker
Daniel Vetter
3
-2
/
+24
2021-09-06
drm/i915: use linux/stddef.h due to "isystem: trim/fixup stdarg.h and other headers"
Stephen Rothwell
1
-1
/
+1
2021-09-05
drm/panel: otm8009a: add a 60 fps mode
Raphael GALLAIS-POU - foss
1
-27
/
+54
2021-09-03
Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
4
-4
/
+2
2021-09-03
Merge branch 'stable/for-linus-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb
Linus Torvalds
2
-2
/
+2
2021-09-03
drm/i915/gt: Initialize L3CC table in mocs init
Sreedhar Telukuntla
1
-3
/
+10
2021-09-03
drm/i915/gt: Initialize unused MOCS entries with device specific values
Ayaz A Siddiqui
1
-19
/
+27
2021-09-03
drm/i915/gt: Set BLIT_CCTL reg to un-cached
Ayaz A Siddiqui
2
-2
/
+50
2021-09-03
drm/i915/gt: Set CMD_CCTL to UC for Gen12 Onward
Ayaz A Siddiqui
2
-0
/
+44
2021-09-03
drm/i915/gt: Add support of mocs propagation
Ayaz A Siddiqui
4
-0
/
+20
2021-09-03
drm/ttm: cleanup ttm_resource_compat
Christian König
3
-56
/
+56
2021-09-02
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
4
-30
/
+21
2021-09-02
Merge tag 'vfio-v5.15-rc1' of git://github.com/awilliam/linux-vfio
Linus Torvalds
1
-4
/
+4
2021-09-02
drm/amd/amdgpu: Increase HWIP_MAX_INSTANCE to 10
Ernst Sjöstrand
1
-1
/
+1
2021-09-02
drm/i915/gem: Fix the mman selftest
Thomas Hellström
1
-6
/
+20
2021-09-02
drm/i915/dp: fix for ADL_P/S dp/edp max source rates
Animesh Manna
1
-1
/
+2
2021-09-02
drm/i915/dp: fix DG1 and RKL max source rates
Jani Nikula
1
-0
/
+14
2021-09-02
drm/i915/dp: fix EHL/JSL max source rates calculation
Animesh Manna
1
-1
/
+5
2021-09-02
drm/i915/dp: fix TGL and ICL max source rates
Jani Nikula
1
-1
/
+10
2021-09-02
drm/i915/dp: Fix eDP max rate for display 11+
Matt Atwood
1
-17
/
+11
2021-09-02
drm/i915/debugfs: clean up LPSP capable
Jani Nikula
1
-27
/
+17
2021-09-02
drm/i915/debugfs: clean up LPSP status
Jani Nikula
1
-25
/
+10
2021-09-02
dma-buf: nuke DMA_FENCE_TRACE macros v2
Christian König
3
-45
/
+7
2021-09-02
drm/i915/dp: fix DG2 max source rate check
Jani Nikula
1
-1
/
+1
2021-09-02
drm/panfrost: Make use of the helper function devm_platform_ioremap_resource()
Cai Huoqing
1
-3
/
+1
2021-09-02
panfrost: Don't cleanup the job if it was successfully queued
Boris Brezillon
1
-9
/
+10
2021-09-01
drm/amd/display: Fix unused initialization of pointer sink
Colin Ian King
1
-1
/
+1
2021-09-01
drm/amd/pm: Update navi12 smu message mapping table in sriov
Yifan Zha
1
-7
/
+7
[prev]
[next]