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-06-27
drm/i915: Use _MMIO_PIPE2() where appropriate
Ville Syrjälä
1
-1
/
+1
2022-06-27
drm/i915: Use _MMIO_TRANS2() where appropriate
Ville Syrjälä
1
-10
/
+9
2022-06-27
drm/i915: s/_CURSOR2/_MMIO_CURSOR2//
Ville Syrjälä
1
-7
/
+7
2022-06-27
drm/i915: Make pipe_offsets[] & co. u32
Ville Syrjälä
1
-3
/
+3
2022-06-27
drm/i915: Move display_mmio_offset under INTEL_INFO->display
Ville Syrjälä
3
-5
/
+6
2022-06-27
drm/i915: Move pipe_offsets[] & co. to INTEL_INFO->display
Ville Syrjälä
3
-36
/
+36
2022-06-27
drm/i915: Move dbuf details to INTEL_INFO->display
Ville Syrjälä
5
-19
/
+20
2022-06-27
drm/i915: Eliminate PIPECONF RMWs from .color_commit()
Ville Syrjälä
3
-24
/
+29
2022-06-27
drm/i915: tweak the ordering in cpu_write_needs_clflush
Matthew Auld
1
-3
/
+3
2022-06-27
drm/i915/dgfx: Disable d3cold at gfx root port
Anshuman Gupta
1
-19
/
+15
2022-06-27
drm/i915/gem: add missing else
katrinzhou
1
-2
/
+3
2022-06-27
drm/i915: Prefer "XEHP_" prefix for registers
Matt Roper
5
-15
/
+15
2022-06-27
drm/i915: Correct duplicated/misplaced GT register definitions
Matt Roper
3
-17
/
+4
2022-06-27
drm/i915: tweak the ordering in cpu_write_needs_clflush
Matthew Auld
1
-3
/
+3
2022-06-27
drm/i915/dgfx: Disable d3cold at gfx root port
Anshuman Gupta
1
-19
/
+15
2022-06-24
Merge tag 'drm-intel-next-2022-06-22' of git://anongit.freedesktop.org/drm/drm-intel into drm-next
Dave Airlie
84
-2769
/
+3671
2022-06-23
drm/i915: Call i915_gem_suspend() only after display is turned off
José Roberto de Souza
1
-2
/
+2
2022-06-23
drm/i915/selftests: Increase timeout for live_parallel_switch
Akeem G Abodunrin
1
-1
/
+1
2022-06-22
drm/i915/gt: Re-do the intel-gtt split
Lucas De Marchi
9
-734
/
+714
2022-06-22
agp/intel: Rename intel-gtt symbols
Lucas De Marchi
1
-8
/
+8
2022-06-22
drm/i915/display: Add smem fallback allocation for dpt
Juha-Pekka Heikkila
1
-4
/
+12
2022-06-22
drm/i915: extend i915_vma_pin_iomap()
CQ Tang
1
-12
/
+23
2022-06-22
drm/i915: don't leak lmem mapping in vma_evict
Juha-Pekka Heikkila
1
-1
/
+3
2022-06-22
drm/i915/gem: add missing else
katrinzhou
1
-2
/
+3
2022-06-22
drm/i915: Fix spelling typo in comment
pengfuyuan
1
-1
/
+1
2022-06-21
drm/i915: Add global forcewake request to drpc
Vinay Belgaumkar
1
-2
/
+6
2022-06-20
drm: Drop drm_blend.h from drm_crtc.h
Ville Syrjälä
7
-0
/
+7
2022-06-20
drm: Drop drm_framebuffer.h from drm_crtc.h
Ville Syrjälä
1
-0
/
+1
2022-06-20
drm: Drop drm_edid.h from drm_crtc.h
Ville Syrjälä
4
-0
/
+5
2022-06-20
drm/i915/bios: calculate panel type as per child device index in VBT
Animesh Manna
8
-7
/
+25
2022-06-20
drm/i915/display: Re-add check for low voltage sku for max dp source rate
Jason A. Donenfeld
1
-3
/
+29
2022-06-20
drm/i915/display: convert modeset setup to struct drm_i915_private *i915
Jani Nikula
3
-100
/
+98
2022-06-20
drm/i915/display: split out hw state readout and sanitize
Jani Nikula
5
-725
/
+778
2022-06-20
drm/i915/display: Re-add check for low voltage sku for max dp source rate
Jason A. Donenfeld
1
-3
/
+29
2022-06-20
drm/i915/fdinfo: Don't show engine classes not present
Tvrtko Ursulin
1
-2
/
+3
2022-06-20
drm/i915: Implement w/a 22010492432 for adl-s
Ville Syrjälä
1
-2
/
+2
2022-06-20
drm/i915: Improve on suspend / resume time with VT-d enabled
Thomas Hellström
3
-6
/
+90
2022-06-17
drm/i915/gt: Cleanup interface for MCR operations
Matt Roper
8
-142
/
+185
2022-06-17
drm/i915/gt: Move multicast register handling to a dedicated file
Matt Roper
14
-433
/
+495
2022-06-17
drm/i915/display: some struct drm_i915_private *i915 conversions
Jani Nikula
1
-30
/
+30
2022-06-17
drm/i915/display: rename dev_priv -> i915 in crtc state dump
Jani Nikula
1
-40
/
+40
2022-06-17
drm/i915/display: change who adds [] around crtc state dump context string
Jani Nikula
3
-6
/
+6
2022-06-17
drm/i915/display: split out crtc state dump to a separate file
Jani Nikula
6
-314
/
+340
2022-06-17
drm/i915/display: split out modeset verification code
Jani Nikula
5
-235
/
+284
2022-06-17
drm/i915/mpllb: move mpllb state check to intel_snps_phy.c
Jani Nikula
3
-46
/
+48
2022-06-17
drm/i915/mpllb: use I915_STATE_WARN() for state mismatch warnings
Jani Nikula
1
-8
/
+6
2022-06-17
drm/i915/dpll: move shared dpll state verification to intel_dpll_mgr.c
Jani Nikula
3
-92
/
+95
2022-06-17
drm/i915/wm: move wm state verification to intel_pm.c
Jani Nikula
3
-142
/
+132
2022-06-17
drm/i915/fdinfo: Don't show engine classes not present
Tvrtko Ursulin
1
-2
/
+3
2022-06-17
drm/i915: Improve user experience and driver robustness under SIGINT or similar
Tvrtko Ursulin
8
-29
/
+77
[prev]
[next]