index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-12
drm/xe: Fix some log messages on 32b
Lucas De Marchi
3
-5
/
+5
2023-12-12
drm/xe/ggtt: Use BIT_ULL() for 64bit
Lucas De Marchi
1
-2
/
+2
2023-12-12
drm/xe: fix xe_mmio_total_vram_size
Philippe Lecluse
1
-6
/
+2
2023-12-12
drm/xe/pcode: fix pcode error check
Matthew Auld
1
-1
/
+1
2023-12-12
drm/xe: enforce GSMBASE for DG1 instead of BAR2
Philippe Lecluse
1
-14
/
+14
2023-12-12
drm/xe: Fix hidden gotcha regression with bo create
Maarten Lankhorst
2
-4
/
+5
2023-12-12
drm/xe/guc: Add support GuC MMIO send / recv
Matthew Brost
2
-1
/
+19
2023-12-12
drm/xe/guc: s/xe_guc_send_mmio/xe_guc_mmio_send
Matthew Brost
4
-6
/
+6
2023-12-12
drm/xe/guc: Report submission version of GuC firmware
Matthew Brost
3
-2
/
+59
2023-12-12
drm/xe: Fake pulling gt->info.engine_mask from hwconfig blob
Matthew Brost
3
-2
/
+11
2023-12-12
drm/xe: Ensure VMA not userptr before calling xe_bo_is_stolen
Matthew Brost
1
-1
/
+1
2023-12-12
drm/xe: Implement stolen memory.
Maarten Lankhorst
14
-125
/
+560
2023-12-12
drm/xe: Take memory ref on kernel job creation
Matthew Brost
1
-1
/
+13
2023-12-12
drm/xe/migrate: Add kerneldoc for the migrate subsystem
Thomas Hellström
2
-4
/
+120
2023-12-12
drm/xe: Remove i915_utils dependency from xe_pcode.
Rodrigo Vivi
8
-69
/
+57
2023-12-12
drm/xe: Convert xe_mmio_wait32 to us so we can stop using wait_for_us.
Rodrigo Vivi
7
-19
/
+16
2023-12-12
drm/xe: Let's avoid i915_utils in the xe_force_wake.
Rodrigo Vivi
1
-7
/
+2
2023-12-12
drm/xe: Stop using i915_utils in xe_wopcm.
Rodrigo Vivi
1
-3
/
+2
2023-12-12
drm/xe: Remove i915_utils dependency from xe_guc_pc.
Rodrigo Vivi
1
-11
/
+22
2023-12-12
drm/xe: Wait for success on guc done.
Rodrigo Vivi
1
-17
/
+8
2023-12-12
drm/xe: Convert guc_ready to regular xe_mmio_wait32
Rodrigo Vivi
1
-19
/
+5
2023-12-12
drm/xe: Let's return last value read on xe_mmio_wait32.
Rodrigo Vivi
6
-20
/
+28
2023-12-12
drm/xe: Stop using i915's range_overflows_t macro.
Rodrigo Vivi
1
-2
/
+3
2023-12-12
drm/xe: Implement a local xe_mmio_wait32
Rodrigo Vivi
6
-9
/
+54
2023-12-12
drm/xe: Introduce a new DRM driver for Intel GPUs
Matthew Brost
196
-0
/
+39422
2023-12-08
Merge tag 'drm-misc-next-2023-12-07' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
151
-8046
/
+4887
2023-12-08
Merge tag 'drm-intel-next-2023-12-07' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
43
-481
/
+750
2023-12-07
drm/i915/display: Add intel_fb_bo_framebuffer_fini
Jouni Högander
3
-13
/
+26
2023-12-07
drm/i915/display: Use i915_gem_object_get_dma_address to get dma address
Maarten Lankhorst
1
-2
/
+4
2023-12-07
drm/i915: use octal permissions in display debugfs
Jani Nikula
1
-3
/
+3
2023-12-07
drm/i915: pass struct intel_connector to connector debugfs fops
Jani Nikula
1
-68
/
+66
2023-12-07
drm/i915: use intel_connector in intel_connector_debugfs_add()
Jani Nikula
1
-27
/
+26
2023-12-07
drm/i915/rpm: add rpm_to_i915() helper around container_of()
Jani Nikula
1
-14
/
+10
2023-12-07
drm/i915: handle uncore spinlock when not available
Luca Coelho
1
-10
/
+41
2023-12-07
drm/mipi-dsi: Fix detach call without attach
Tomi Valkeinen
1
-2
/
+15
2023-12-07
drm/bridge: tc358767: Fix return value on error case
Tomi Valkeinen
1
-1
/
+1
2023-12-07
drm/bridge: cdns-mhdp8546: Fix use of uninitialized variable
Tomi Valkeinen
1
-1
/
+2
2023-12-07
drm/framebuffer: Fix use of uninitialized variable
Tomi Valkeinen
1
-1
/
+1
2023-12-07
drm/drm_file: fix use of uninitialized variable
Tomi Valkeinen
1
-1
/
+1
2023-12-06
drm/bridge: nxp-ptn3460: simplify some error checking
Dan Carpenter
1
-6
/
+6
2023-12-06
drm/imagination: move update_logtype() into ifdef section
Arnd Bergmann
1
-2
/
+2
2023-12-06
drm/imagination: Removed unused functions in pvr_fw_trace
Donald Robson
1
-44
/
+0
2023-12-06
drm/xlnx: Do not include <drm/drm_plane_helper.h>
Thomas Zimmermann
1
-1
/
+0
2023-12-06
drm/simpledrm: Do not include <drm/drm_plane_helper.h>
Thomas Zimmermann
1
-1
/
+0
2023-12-06
drm/ofdrm: Do not include <drm/drm_plane_helper.h>
Thomas Zimmermann
1
-1
/
+0
2023-12-06
drm/solomon: Do not include <drm/drm_plane_helper.h>
Thomas Zimmermann
1
-1
/
+0
2023-12-06
drm/shmobile: Do not include <drm/drm_plane_helper.h>
Thomas Zimmermann
1
-1
/
+0
2023-12-06
drm/loongson: Do not include <drm/drm_plane_helper.h>
Thomas Zimmermann
1
-1
/
+0
2023-12-06
drm/amdgpu: Do not include <drm/drm_plane_helper.h>
Thomas Zimmermann
1
-1
/
+0
2023-12-06
drm/plane-helper: Move drm_plane_helper_atomic_check() into udl
Thomas Zimmermann
3
-39
/
+19
[prev]
[next]