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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-24
drm/atomic: Add the crtc to affected crtc only if uapi.enable = true
Manasi Navare
1
-4
/
+8
2022-01-25
drm/i915/overlay: Prevent divide by zero bugs in scaling
Dan Carpenter
1
-0
/
+3
2022-01-25
drm/msm/dsi: invalid parameter check in msm_dsi_phy_enable
José Expósito
1
-1
/
+3
2022-01-25
drm/msm/a6xx: Add missing suspend_count increment
Rob Clark
1
-0
/
+2
2022-01-25
drm/msm: Fix wrong size calculation
Xianting Tian
1
-1
/
+1
2022-01-25
drm/msm/dpu: invalid parameter check in dpu_setup_dspp_pcc
José Expósito
1
-2
/
+9
2022-01-25
drm/msm/hdmi: Fix missing put_device() call in msm_hdmi_get_phy
Miaoqian Lin
1
-1
/
+6
2022-01-25
drm/msm/dsi: Fix missing put_device() call in dsi_get_phy
Miaoqian Lin
1
-1
/
+6
2022-01-25
drm/msm: remove variable set but not used
Yang Li
1
-3
/
+0
2022-01-24
drm/i915/dg2: Add Wa_18018781329
Matt Roper
2
-0
/
+10
2022-01-24
drm/gma: Remove calls to kmap()
Ira Weiny
2
-8
/
+6
2022-01-24
drm/edid: improve non-desktop quirk logging
Jani Nikula
1
-7
/
+10
2022-01-24
drm/edid: remove non_desktop quirk for HPN-3515 and LEN-B800.
Philipp Zabel
1
-2
/
+0
2022-01-24
drm/edid: support Microsoft extension for HMDs and specialized monitors
Philipp Zabel
1
-0
/
+34
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/amdgpu: use ttm_resource_manager_debug
Christian König
1
-5
/
+5
2022-01-24
drm/radeon: use ttm_resource_manager_debug
Christian König
1
-2
/
+2
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-23
Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linux
Linus Torvalds
1
-2
/
+2
2022-01-22
lib/stackdepot: allow optional init and stack_table allocation by kvmalloc()
Vlastimil Babka
4
-0
/
+17
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/amdgpu: fix the page fault caused by uninitialized variables
Xiaojian Du
1
-3
/
+3
2022-01-21
drm/amdgpu: fix convert bad page retiremt
Stanley.Yang
1
-12
/
+14
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
18
-146
/
+108
2022-01-21
Merge tag 'amd-drm-fixes-5.17-2022-01-19' of https://gitlab.freedesktop.org/agd5f/linux into drm-next
Dave Airlie
15
-139
/
+75
2022-01-21
Merge tag 'drm-intel-next-fixes-2022-01-20' of git://anongit.freedesktop.org/drm/drm-intel into drm-next
Dave Airlie
3
-7
/
+33
[prev]
[next]