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-05-04
drm/i915: Fix -Wstringop-overflow warning in call to intel_read_wm_latency()
Gustavo A. R. Silva
1
-1
/
+1
2022-05-04
drm/i915: warn about missing ->get_buf_trans initialization
Jani Nikula
1
-1
/
+3
2022-05-04
drm/i915: Fix race in __i915_vma_remove_closed
Karol Herbst
1
-4
/
+7
2022-05-04
drm/i915: use IOMEM_ERR_PTR() directly
Kefeng Wang
2
-3
/
+2
2022-05-03
drm/i915/pvc: add initial Ponte Vecchio definitions
Stuart Summers
4
-0
/
+25
2022-05-03
drm/i915: Fix assert in i915_ggtt_pin
Tvrtko Ursulin
1
-3
/
+1
2022-05-03
drm/i915: remove superfluous string helper include
Jani Nikula
1
-2
/
+0
2022-05-03
Backmerge tag 'v5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into drm-next
Dave Airlie
4
-29
/
+51
2022-05-03
drm/i915/gt: Document the eviction of the Flat-CCS objects
Ramalingam C
1
-9
/
+14
2022-05-03
drm/i915/gt: optimize the ccs_sz calculation per chunk
Ramalingam C
1
-23
/
+13
2022-05-02
drm/i915/gt: Clear SET_PREDICATE_RESULT prior to executing the ring
Chris Wilson
8
-24
/
+137
2022-05-02
drm/i915/selftests: Skip poisoning SET_PREDICATE_RESULT on dg2
Chris Wilson
2
-1
/
+17
2022-05-02
drm/i915/xehpsdv/dg1/tgl: Fix issue with LRI relative addressing
Akeem G Abodunrin
1
-1
/
+35
2022-05-02
drm/i915: move tons of power well initializers to rodata
Jani Nikula
1
-2
/
+2
2022-04-29
drm/i915: Xe_HP SDV and DG2 have up to 4 CCS engines
Daniele Ceraolo Spurio
1
-2
/
+4
2022-04-29
drm/i915/xehp: Add compute engine ABI
Matt Roper
3
-2
/
+3
2022-04-29
drm/i915/xehp: Add register for compute engine's MMIO-based TLB invalidation
Matt Roper
2
-0
/
+2
2022-04-29
Merge tag 'gvt-next-2022-04-29' of https://github.com/intel/gvt-linux into drm-intel-next
Jani Nikula
2
-2
/
+4
2022-04-29
Merge tag 'drm-misc-next-2022-04-28' of git://anongit.freedesktop.org/drm/drm-misc into drm-next
Dave Airlie
16
-20
/
+30
2022-04-28
i915/gvt: Fix NULL pointer dereference in init_mmio_block_handlers
Wan Jiabing
1
-1
/
+1
2022-04-28
drm/i915/gvt: Fix the compiling error when CONFIG_DRM_I915_DEBUG_RUNTIME_PM=n
Zhi Wang
1
-0
/
+2
2022-04-28
drm/i915/gvt: Make intel_gvt_match_device() static
Zhi Wang
1
-1
/
+1
2022-04-28
drm/i915/pmu: Use existing uncore helper to read gpm_timestamp
Umesh Nerlige Ramappa
1
-15
/
+2
2022-04-28
Merge tag 'drm-intel-gt-next-2022-04-27' of git://anongit.freedesktop.org/drm/drm-intel into drm-next
Dave Airlie
131
-2256
/
+7457
2022-04-27
drm/i915/dg2: Define GuC firmware version for DG2
John Harrison
1
-0
/
+1
2022-04-27
drm/i915: Add first set of DG2 PCI IDs
Matt Roper
2
-1
/
+22
2022-04-27
drm/i915/dp: Add workaround for spurious AUX timeouts/hotplugs on LTTPR links
Imre Deak
1
-16
/
+17
2022-04-26
Merge drm/drm-next into drm-intel-next
Jani Nikula
19
-89
/
+87
2022-04-26
Merge tag 'gvt-next-2022-04-26' of https://github.com/intel/gvt-linux into drm-intel-next
Jani Nikula
1
-0
/
+2
2022-04-26
drm/i915/gvt: Add missing symbol export.
Zhi Wang
1
-0
/
+2
2022-04-26
drm/i915/fbc: Consult hw.crtc instead of uapi.crtc
Ville Syrjälä
1
-1
/
+1
2022-04-26
drm/i915: Fix SEL_FETCH_PLANE_*(PIPE_B+) register addresses
Imre Deak
1
-1
/
+1
2022-04-25
drm/i915: Add crtc .crtc_get_shared_dpll()
Ville Syrjälä
3
-1
/
+52
2022-04-25
drm/i915: Split out dg2_crtc_compute_clock()
Ville Syrjälä
1
-4
/
+18
2022-04-25
drm/i915: Clear the dpll_hw_state when disabling a pipe
Ville Syrjälä
1
-3
/
+3
2022-04-25
drm/i915: Move the dpll_hw_state clearing to intel_dpll_crtc_compute_clock()
Ville Syrjälä
2
-36
/
+3
2022-04-25
drm/i915: Move stuff into intel_dpll_crtc_compute_clock()
Ville Syrjälä
2
-2
/
+11
2022-04-25
drm/i915: Adjust .crtc_compute_clock() calling convention
Ville Syrjälä
3
-36
/
+53
2022-04-25
drm/i915: Remove pointless dpll_funcs checks
Ville Syrjälä
1
-4
/
+0
2022-04-25
drm/i915: Pass dev_priv to intel_shared_dpll_init()
Ville Syrjälä
3
-8
/
+6
2022-04-25
drm/i915: Make .get_dplls() return int
Ville Syrjälä
3
-129
/
+131
2022-04-25
drm/i915/fbc: s/false/0/
Ville Syrjälä
1
-4
/
+4
2022-04-25
drm/i915/fbc: Consult hw.crtc instead of uapi.crtc
Ville Syrjälä
1
-1
/
+1
2022-04-25
drm/i915: Fix SEL_FETCH_PLANE_*(PIPE_B+) register addresses
Imre Deak
1
-1
/
+1
2022-04-25
drm/display: Move SCDC helpers into display-helper library
Thomas Zimmermann
2
-2
/
+2
2022-04-25
drm/display: Move HDMI helpers into display-helper module
Thomas Zimmermann
5
-2
/
+5
2022-04-25
drm/display: Move HDCP helpers into display-helper module
Thomas Zimmermann
5
-4
/
+5
2022-04-25
drm/display: Move DSC header and helpers into display-helper module
Thomas Zimmermann
6
-2
/
+7
2022-04-25
drm/display: Introduce a DRM display-helper module
Thomas Zimmermann
1
-1
/
+2
2022-04-25
drm: Rename dp/ to display/
Thomas Zimmermann
7
-9
/
+9
[prev]
[next]