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
/
drm
/
i915
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-10
drm/i915/hdcp: replace BIT() with REG_BIT() in register definitions
Jani Nikula
1
-45
/
+45
2022-08-10
drm/i915/hdcp: split out hdcp registers to a separate file
Jani Nikula
5
-259
/
+273
2022-08-09
drm/i915/ttm: fix CCS handling
Matthew Auld
1
-23
/
+21
2022-08-09
drm/i915/ttm: remove calc_ctrl_surf_instr_size
Matthew Auld
1
-32
/
+3
2022-08-08
drm/i915: pass a pointer for tlb seqno at vma_invalidate_tlb()
Mauro Carvalho Chehab
3
-5
/
+5
2022-08-08
drm/i915/gem: Remove shared locking on freeing objects
Chris Wilson
2
-14
/
+6
2022-08-08
drm/i915/gt: Batch TLB invalidations
Chris Wilson
10
-35
/
+125
2022-08-08
drm/i915: pass a pointer for tlb seqno at vma_invalidate_tlb()
Mauro Carvalho Chehab
3
-5
/
+5
2022-08-08
drm/i915/gt: Skip TLB invalidations once wedged
Chris Wilson
1
-0
/
+3
2022-08-08
drm/i915/gt: Invalidate TLB of the OA unit at TLB invalidations
Chris Wilson
1
-0
/
+10
2022-08-08
drm/i915/gt: Ignore TLB invalidations on idle engines
Chris Wilson
3
-11
/
+19
2022-08-08
drm/i915/ttm: don't leak the ccs state
Matthew Auld
1
-1
/
+22
2022-08-08
drm/i915: disable pci resize on 32-bit machine
Nirmoy Das
1
-0
/
+4
2022-08-06
Merge tag 'iommu-updates-v5.20-or-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu
Linus Torvalds
2
-2
/
+0
2022-08-06
Merge tag 'vfio-v6.0-rc1' of https://github.com/awilliam/linux-vfio
Linus Torvalds
2
-89
/
+32
2022-08-05
Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-1
/
+2
2022-08-04
Merge drm/drm-next into drm-intel-next
Rodrigo Vivi
207
-3186
/
+10953
2022-08-03
Merge tag 'drm-next-2022-08-03' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
192
-5188
/
+8329
2022-08-03
Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
1
-2
/
+2
2022-08-03
drm/i915/gem: Remove shared locking on freeing objects
Chris Wilson
2
-14
/
+6
2022-08-02
mm/migrate: Convert migrate_page() to migrate_folio()
Matthew Wilcox (Oracle)
1
-2
/
+2
2022-08-02
drm/i915/dg2: Add Wa_1509727124
Harish Chegondi
2
-0
/
+8
2022-08-02
drm/i915/dg2: Add support for DC5 state
Anusha Srivatsa
1
-1
/
+1
2022-08-01
drm/i915/dg2: Update DG2 to GuC v70.4.1
John Harrison
1
-1
/
+1
2022-08-01
drm/i915/guc: Don't send policy update for child contexts.
Daniele Ceraolo Spurio
1
-25
/
+1
2022-08-01
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
51
-431
/
+1180
2022-07-29
drm/i915/guc: Don't abort on CTB_UNUSED status
John Harrison
2
-5
/
+21
2022-07-29
drm/i915/guc: Support larger contexts on newer hardware
Matthew Brost
1
-3
/
+7
2022-07-29
drm/i915/selftest: Cope with not having an RCS engine
John Harrison
1
-3
/
+9
2022-07-29
drm/i915/guc: Add selftest for a hung GuC
Rahul Kumar Singh
3
-0
/
+161
2022-07-29
drm/i915/guc: Fix issues with live_preempt_cancel
Matthew Brost
1
-5
/
+11
2022-07-29
drm/i915/guc: Route semaphores to GuC for Gen12+
MichaĆ Winiarski
2
-0
/
+18
2022-07-29
Merge branches 'arm/exynos', 'arm/mediatek', 'arm/msm', 'arm/smmu', 'virtio', 'x86/vt-d', 'x86/amd' and 'core' into next
Joerg Roedel
2
-2
/
+0
2022-07-28
drm/i915/guc: Check for ct enabled while waiting for response
Zhanjun Dong
1
-7
/
+20
2022-07-28
drm/i915/d13: Add Wa_16015201720 disabling clock gating for PIPEDMC-A/B
Imre Deak
2
-0
/
+15
2022-07-28
drm/i915/d12+: Disable DMC handlers during loading/disabling the firmware
Imre Deak
4
-6
/
+56
2022-07-28
drm/i915/gt: describe the new tlb parameter at i915_vma_resource
Mauro Carvalho Chehab
1
-0
/
+4
2022-07-28
drm/i915/gt: Batch TLB invalidations
Chris Wilson
10
-35
/
+125
2022-07-28
drm/i915/gt: Skip TLB invalidations once wedged
Chris Wilson
1
-0
/
+3
2022-07-28
drm/i915/gt: Invalidate TLB of the OA unit at TLB invalidations
Chris Wilson
1
-0
/
+10
2022-07-28
drm/i915/gt: document with_intel_gt_pm_if_awake()
Mauro Carvalho Chehab
1
-0
/
+8
2022-07-28
drm/i915/gt: Ignore TLB invalidations on idle engines
Chris Wilson
3
-11
/
+19
2022-07-28
drm/i915/dmc: Update DG2 DMC firmware to v2.07
Madhumitha Tolakanahalli Pradeep
1
-2
/
+2
2022-07-28
drm/i915/ttm: don't leak the ccs state
Matthew Auld
1
-1
/
+22
2022-07-28
drm/i915: disable pci resize on 32-bit machine
Nirmoy Das
1
-0
/
+4
2022-07-28
drm/i915: Suppress oom warning for shmemfs object allocation failure
Chris Wilson
1
-3
/
+3
2022-07-27
drm/i915: Pass drm_i915_private struct instead of gt for gen11_gu_misc_irq_handler/ack()
Anusha Srivatsa
1
-8
/
+8
2022-07-27
drm/i915/display: Cleanup intel_phy_is_combo()
Anusha Srivatsa
1
-8
/
+6
2022-07-27
drm: Fix typo 'the the' in comment
Slark Xiao
1
-1
/
+1
2022-07-27
drm/i915/hdmi: Prune modes that require HDMI2.1 FRL
Ankit Nautiyal
1
-0
/
+9
[prev]
[next]