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
2021-09-20
drm/panel-edp: Better describe eDP panel delays
Douglas Anderson
1
-29
/
+53
2021-09-20
drm/panel-edp: Split the delay structure out
Douglas Anderson
1
-77
/
+82
2021-09-20
drm/panel-simple: Non-eDP panels don't need "HPD" handling
Douglas Anderson
1
-130
/
+4
2021-09-20
drm/panel-edp: Move some wayward panels to the eDP driver
Douglas Anderson
2
-365
/
+363
2021-09-20
drm/panel-edp: Split eDP panels out of panel-simple
Douglas Anderson
4
-566
/
+1322
2021-09-20
drm/edid: Use new encoded panel id style for quirks matching
Douglas Anderson
1
-86
/
+70
2021-09-20
drm/edid: Allow querying/working with the panel ID from the EDID
Douglas Anderson
1
-0
/
+67
2021-09-20
drm/edid: Break out reading block 0 of the EDID
Douglas Anderson
1
-18
/
+45
2021-09-20
drm/i915/dg2: configure TRANS_DP2_VFREQ{HIGH,LOW} for 128b/132b
Jani Nikula
1
-0
/
+11
2021-09-20
drm/i915/dg2: use 128b/132b transcoder DDI mode
Jani Nikula
1
-7
/
+20
2021-09-20
drm/i915/dp: add HAS_DP20 macro
Jani Nikula
1
-0
/
+1
2021-09-20
drm/i915/dg2: configure TRANS_DP2_CTL for DP 2.0
Jani Nikula
1
-1
/
+16
2021-09-20
drm/i915/dp: select 128b/132b channel encoding for UHBR rates
Jani Nikula
1
-1
/
+2
2021-09-20
drm/i915/dp: use 128b/132b TPS2 for UHBR+ link rates
Jani Nikula
1
-3
/
+7
2021-09-20
drm/i915/dp: add helper for checking for UHBR link rate
Jani Nikula
2
-0
/
+7
2021-09-20
drm/i915/dg2: add DG2+ TRANS_DDI_FUNC_CTL DP 2.0 128b/132b mode
Jani Nikula
2
-4
/
+4
2021-09-20
drm/dp: add helper for extracting adjust 128b/132b TX FFE preset
Jani Nikula
1
-0
/
+14
2021-09-20
drm/dp: use more of the extended receiver cap
Jani Nikula
1
-1
/
+1
2021-09-20
drm/dp: add DP 2.0 UHBR link rate and bw code conversions
Jani Nikula
1
-4
/
+22
2021-09-20
drm/i915/gt: Add "intel_" as prefix in set_mocs_index()
Ayaz A Siddiqui
3
-3
/
+3
2021-09-20
drm/i915: Make wa list per-gt
Venkata Sandeep Dhanalakota
8
-75
/
+81
2021-09-20
drm/panfrost: simplify getting .driver_data
Wolfram Sang
1
-4
/
+2
2021-09-20
panfrost: make mediatek_mt8183_supplies and mediatek_mt8183_pm_domains static
Jiapeng Chong
1
-2
/
+2
2021-09-20
Merge remote-tracking branch 'tip/locking/wwmutex' into drm-intel-gt-next
Joonas Lahtinen
1
-1
/
+1
2021-09-20
drm/v3d: Make use of the helper function devm_platform_ioremap_resource_byname()
Cai Huoqing
1
-4
/
+1
2021-09-20
drm: bridge: it66121: Fix return value it66121_probe
Alex Bee
1
-2
/
+14
2021-09-19
drm/v3d: fix sched job resources cleanup when a job is aborted
Melissa Wen
1
-6
/
+5
2021-09-19
Revert "drm/vc4: hdmi: Remove drm_encoder->crtc usage"
Linus Torvalds
1
-27
/
+13
2021-09-19
Revert drm/vc4 hdmi runtime PM changes
Linus Torvalds
1
-34
/
+10
2021-09-18
drm/i915: deduplicate frequency dump on debugfs
Lucas De Marchi
3
-284
/
+76
2021-09-18
drm/i915: rename debugfs_gt_pm files
Lucas De Marchi
5
-19
/
+19
2021-09-18
drm/i915: rename debugfs_engines files
Lucas De Marchi
5
-19
/
+19
2021-09-18
drm/i915: rename debugfs_gt files
Lucas De Marchi
11
-49
/
+49
2021-09-17
drm/i915/display/adlp: Add new PSR2 workarounds
José Roberto de Souza
2
-1
/
+30
2021-09-17
drm/i915/display/psr: Use drm damage helpers to calculate plane damaged area
José Roberto de Souza
1
-24
/
+13
2021-09-17
drm/i915/display: Workaround cursor left overs with PSR2 selective fetch enabled
José Roberto de Souza
1
-0
/
+25
2021-09-17
drm/i915/display: Wait at least 2 frames before selective update
José Roberto de Souza
1
-1
/
+1
2021-09-17
drm/i915/display/adlp: Fix PSR2_MAN_TRK_CTL_SU_REGION_END_ADDR calculation
José Roberto de Souza
1
-1
/
+1
2021-09-17
kernel/locking: Add context to ww_mutex_trylock()
Maarten Lankhorst
1
-1
/
+1
2021-09-17
drm/i915/dmc: Update to DMC v2.12
Anusha Srivatsa
1
-2
/
+2
2021-09-17
drm/panfrost: Calculate lock region size correctly
Steven Price
1
-7
/
+23
2021-09-17
virtio-gpu: fix possible memory allocation failure
liuyuntao
1
-7
/
+1
2021-09-16
drm/i915: Free all DMC payloads
Chris Wilson
1
-1
/
+4
2021-09-16
Merge tag 'drm-fixes-2021-09-17' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
51
-218
/
+945
2021-09-17
Merge tag 'amd-drm-fixes-5.15-2021-09-16' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixes
Dave Airlie
34
-169
/
+858
2021-09-17
Merge tag 'drm-intel-fixes-2021-09-16' of ssh://git.freedesktop.org/git/drm/drm-intel into drm-fixes
Dave Airlie
8
-24
/
+42
2021-09-16
drm/rockchip: cdn-dp-core: Make cdn_dp_core_resume __maybe_unused
Arnd Bergmann
1
-1
/
+1
2021-09-16
gpu: host1x: Plug potential memory leak
Thierry Reding
1
-1
/
+3
2021-09-16
gpu/host1x: fence: Make spinlock static
Dmitry Osipenko
1
-1
/
+1
2021-09-16
drm/tegra: uapi: Fix wrong mapping end address in case of disabled IOMMU
Dmitry Osipenko
1
-1
/
+1
[prev]
[next]