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-01-24
drm/i915/cdclk: convert to drm device based logging
Jani Nikula
1
-1
/
+1
2022-01-24
drm/i915/cdclk: update intel_dump_cdclk_config() logging
Jani Nikula
4
-13
/
+15
2022-01-24
drm/i915/lspcon: convert to drm device based logging
Jani Nikula
1
-67
/
+77
2022-01-24
drm/i915/sprite: convert to drm device based logging
Jani Nikula
1
-11
/
+13
2022-01-24
drm/i915/plane: convert to drm device based logging and WARN
Jani Nikula
2
-6
/
+9
2022-01-24
drm/i915/dp: convert to drm device based logging
Jani Nikula
1
-15
/
+20
2022-01-24
drm/i915/hotplug: convert to drm device based logging
Jani Nikula
1
-7
/
+7
2022-01-24
drm/i915/pps: convert to drm device based logging
Jani Nikula
1
-9
/
+13
2022-01-24
drm/i915/snps: convert to drm device based logging
Jani Nikula
1
-14
/
+15
2022-01-24
drm/i915: nuke local versions of WARN_ON/WARN_ON_ONCE
Jani Nikula
1
-15
/
+0
2022-01-24
drm/i915: fix header file inclusion for might_alloc()
Andi Shyti
1
-1
/
+1
2022-01-24
drm/i915: Nuke dg2_ddi_pre_enable_dp()
Ville Syrjälä
1
-113
/
+4
2022-01-24
drm/i915/hdmi: Clean up TMDS clock limit exceeding user mode handling
Ville Syrjälä
3
-47
/
+62
2022-01-24
drm/i915: Clean up pre-skl primary plane registers
Ville Syrjälä
6
-116
/
+128
2022-01-22
lib/stackdepot: allow optional init and stack_table allocation by kvmalloc()
Vlastimil Babka
1
-0
/
+3
2022-01-22
i915: simplify subdirectory registration with register_sysctl()
Luis Chamberlain
1
-21
/
+1
2022-01-21
drm/i915: Lock timeline mutex directly in error path of eb_pin_timeline
Matthew Brost
1
-2
/
+7
2022-01-21
drm/i915/guc: Flush G2H handler during a GT reset
Matthew Brost
1
-17
/
+1
2022-01-21
drm/i915/guc: Add work queue to trigger a GT reset
Matthew Brost
2
-4
/
+42
2022-01-21
drm/i915: Allocate intel_engine_coredump_alloc with ALLOW_FAIL
Matthew Brost
1
-1
/
+1
2022-01-21
drm/i915/mst: only ack the ESI we actually handled
Jani Nikula
1
-8
/
+12
2022-01-21
drm/i915/mst: ack sink irq ESI for link status changes
Jani Nikula
1
-0
/
+1
2022-01-21
drm/i915/mst: read link status only when requested by sink in ESI
Jani Nikula
1
-23
/
+18
2022-01-21
drm/i915/mst: abstract handling of link status in DP MST
Jani Nikula
1
-5
/
+18
2022-01-21
drm/i915/mst: debug log 4 bytes of ESI right after reading
Jani Nikula
1
-2
/
+2
2022-01-21
drm/i915/mst: abstract intel_dp_ack_sink_irq_esi()
Jani Nikula
1
-10
/
+15
2022-01-21
drm/i915/mst: fix intel_dp_mst_hpd_irq() indentation
Jani Nikula
1
-5
/
+5
2022-01-21
drm/i915: split out i915_reg_read_ioctl() to i915_ioctl.[ch]
Jani Nikula
6
-74
/
+111
2022-01-21
Merge tag 'drm-next-2022-01-21' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
3
-7
/
+33
2022-01-20
drm/i915/dmc: Eliminate remnant GEN<n> references
Madhumitha Tolakanahalli Pradeep
1
-7
/
+7
2022-01-20
drm/i915: Clean up vlv/chv sprite plane registers
Ville Syrjälä
2
-42
/
+70
2022-01-20
drm/i915/hdmi: Ignore DP++ TMDS clock limit for native HDMI ports
Ville Syrjälä
1
-0
/
+8
2022-01-20
drm/i915/bios: Nuke DEVICE_TYPE_DP_DUAL_MODE_BITS
Ville Syrjälä
2
-15
/
+6
2022-01-20
drm/i915/bios: Throw out the !has_ddi_port_info() codepaths
Ville Syrjälä
2
-105
/
+9
2022-01-20
drm/i915/bios: Use i915->vbt.ports[] for all g4x+
Ville Syrjälä
1
-4
/
+1
2022-01-19
drm/i915/bios: Use i915->vbt.ports[] on CHV
Ville Syrjälä
1
-2
/
+2
2022-01-19
drm/i915/bios: Introduce has_ddi_port_info()
Ville Syrjälä
1
-3
/
+8
2022-01-19
drm/i915: Remove zombie async flip vt-d w/a
Ville Syrjälä
1
-12
/
+0
2022-01-19
drm/i915/dpll: make intel_shared_dpll_funcs internal to intel_dpll_mgr.c
Jani Nikula
2
-45
/
+36
2022-01-19
drm: move the buddy allocator from i915 into common drm
Arunpravin
11
-1431
/
+32
2022-01-18
drm/i915/guc: Remove hacks for reset and schedule disable G2H being received out of order
Matthew Brost
1
-28
/
+2
2022-01-18
drm/i915/selftests: Add a cancel request selftest that triggers a reset
Matthew Brost
1
-0
/
+117
2022-01-18
drm/i915: Remove short-term pins from execbuf, v6.
Maarten Lankhorst
4
-118
/
+128
2022-01-18
drm/i915: Remove support for unlocked i915_vma unbind
Maarten Lankhorst
1
-47
/
+8
2022-01-18
drm/i915: Add i915_vma_unbind_unlocked, and take obj lock for i915_vma_unbind, v2.
Maarten Lankhorst
10
-23
/
+94
2022-01-18
drm/i915: Add object locking to i915_gem_evict_for_node and i915_gem_evict_something, v2.
Maarten Lankhorst
11
-29
/
+94
2022-01-18
drm/i915: Add locking to i915_gem_evict_vm(), v3.
Maarten Lankhorst
6
-11
/
+50
2022-01-18
drm/i915: Call i915_gem_evict_vm in vm_fault_gtt to prevent new ENOSPC errors, v2.
Maarten Lankhorst
1
-2
/
+16
2022-01-18
Merge drm/drm-next into drm-intel-gt-next
Tvrtko Ursulin
128
-5371
/
+7020
2022-01-18
drm/i915: Nuke pointless middle men for skl+ plane programming
Ville Syrjälä
1
-36
/
+17
[prev]
[next]