index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/udl: fix line iterator in damage handling
David Herrmann
2016-09-28
1
-1
/
+1
*
Merge branch 'linux-4.8' of git://github.com/skeggsb/linux into drm-fixes
Dave Airlie
2016-09-28
5
-1
/
+8
|
\
|
*
drm/nouveau: Revert "bus: remove cpu_coherent flag"
Karol Herbst
2016-09-22
4
-1
/
+5
|
*
drm/nouveau/fifo/nv04: avoid ramht race against cookie insertion
Ilia Mirkin
2016-09-22
1
-0
/
+3
*
|
drm/radeon/si/dpm: add workaround for for Jet parts
Alex Deucher
2016-09-27
1
-0
/
+6
*
|
drm/amdgpu: disable CRTCs before teardown
Grazvydas Ignotas
2016-09-27
1
-1
/
+1
|
/
*
drm: Only use compat ioctl for addfb2 on X86/IA64
Kristian H. Kristensen
2016-09-19
1
-0
/
+4
*
Subject: [PATCH, RESEND] drm: exynos: avoid unused function warning
Arnd Bergmann
2016-09-19
1
-4
/
+2
*
drm/exynos: g2d: fix system and runtime pm integration
Marek Szyprowski
2016-09-18
1
-22
/
+7
*
drm/exynos: rotator: fix system and runtime pm integration
Marek Szyprowski
2016-09-18
1
-24
/
+2
*
drm/exynos: gsc: fix system and runtime pm integration
Marek Szyprowski
2016-09-18
1
-27
/
+2
*
drm/exynos: fimc: fix system and runtime pm integration
Marek Szyprowski
2016-09-18
1
-27
/
+2
*
exynos-drm: Fix unsupported GEM memory type error message to be clear
Shuah Khan
2016-09-18
1
-3
/
+3
*
Merge tag 'drm-vc4-fixes-2016-09-14' of https://github.com/anholt/linux into ...
Dave Airlie
2016-09-17
2
-3
/
+9
|
\
|
*
drm/vc4: mark vc4_bo_cache_purge() static
Baoyou Xie
2016-09-09
1
-1
/
+1
|
*
drm/vc4: Allow some more signals to be packed with uniform resets.
Eric Anholt
2016-08-30
1
-2
/
+8
*
|
Merge tag 'drm-intel-fixes-2016-09-15' of git://anongit.freedesktop.org/drm-i...
Dave Airlie
2016-09-17
3
-7
/
+39
|
\
\
|
*
|
drm/i915: Ignore OpRegion panel type except on select machines
Ville Syrjälä
2016-09-14
1
-0
/
+27
|
*
|
Revert "drm/i915/psr: Make idle_frames sensible again"
Rodrigo Vivi
2016-09-14
1
-7
/
+7
|
*
|
drm/i915: Restore lost "Initialized i915" welcome message
Chris Wilson
2016-09-14
1
-0
/
+5
*
|
|
Merge tag 'drm/atmel-hlcdc/4.8-fixes' of github.com:bbrezillon/linux-at91 int...
Dave Airlie
2016-09-13
2
-6
/
+6
|
\
\
\
|
*
|
|
drm/atmel-hlcdc: Make ->reset() implementation static
Thierry Reding
2016-09-06
1
-1
/
+1
|
*
|
|
drm: atmel-hlcdc: Fix vertical scaling
Jan Leupold
2016-09-06
1
-5
/
+5
*
|
|
|
Merge tag 'drm-intel-fixes-2016-09-08' of git://anongit.freedesktop.org/drm-i...
Dave Airlie
2016-09-13
4
-7
/
+7
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
drm/i915: Add GEN7_PCODE_MIN_FREQ_TABLE_GT_RATIO_OUT_OF_RANGE to SNB
Chris Wilson
2016-09-07
1
-0
/
+1
|
*
|
|
drm/i915: disable 48bit full PPGTT when vGPU is active
Zhi Wang
2016-09-06
1
-3
/
+6
|
*
|
|
drm/i915: enable vGPU detection for all
Ping Gao
2016-09-06
1
-3
/
+0
|
*
|
|
drm/i915/dvo: Remove dangling call to drm_encoder_cleanup()
Chris Wilson
2016-08-29
1
-1
/
+0
*
|
|
|
Merge tag 'drm-vc4-fixes-2016-08-29' of https://github.com/anholt/linux into ...
Dave Airlie
2016-09-02
4
-13
/
+24
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
drm/vc4: Fix oops when userspace hands in a bad BO.
Eric Anholt
2016-08-19
1
-1
/
+1
|
*
|
|
drm/vc4: Fix overflow mem unreferencing when the binner runs dry.
Eric Anholt
2016-08-19
2
-1
/
+12
|
*
|
|
drm/vc4: Free hang state before destroying BO cache.
Eric Anholt
2016-08-19
1
-2
/
+2
|
*
|
|
drm/vc4: Fix handling of a pm_runtime_get_sync() success case.
Eric Anholt
2016-08-19
1
-3
/
+3
|
*
|
|
drm/vc4: Use drm_malloc_ab to fix large rendering jobs.
Eric Anholt
2016-08-19
1
-5
/
+5
|
*
|
|
drm/vc4: Use drm_free_large() on handles to match its allocation.
Eric Anholt
2016-08-19
1
-1
/
+1
|
|
|
/
|
|
/
|
*
|
|
Merge tag 'imx-drm-fixes-2016-08-30' of git://git.pengutronix.de/git/pza/linu...
Dave Airlie
2016-09-02
3
-8
/
+43
|
\
\
\
|
*
|
|
drm/imx: fix crtc vblank state regression
Lucas Stach
2016-08-30
1
-0
/
+4
|
*
|
|
drm/imx: Add active plane reconfiguration support
Liu Ying
2016-08-29
2
-8
/
+39
*
|
|
|
Merge branch 'msm-fixes-4.8' of git://people.freedesktop.org/~robclark/linux ...
Dave Airlie
2016-09-01
3
-5
/
+40
|
\
\
\
\
|
*
|
|
|
drm/msm: protect against faults from copy_from_user() in submit ioctl
Rob Clark
2016-08-28
3
-0
/
+18
|
*
|
|
|
drm/msm: fix use of copy_from_user() while holding spinlock
Rob Clark
2016-08-28
1
-5
/
+22
*
|
|
|
|
drm/amdgpu: record error code when ring test failed
Chunming Zhou
2016-08-31
1
-2
/
+3
*
|
|
|
|
drm/amd/amdgpu: compute ring test fail during S4 on CI
jimqu
2016-08-31
1
-3
/
+9
*
|
|
|
|
drm/amd/amdgpu: sdma resume fail during S4 on CI
jimqu
2016-08-31
1
-0
/
+3
*
|
|
|
|
drm/nouveau/acpi: use DSM if bridge does not support D3cold
Peter Wu
2016-08-31
1
-0
/
+11
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
drm/atomic: Don't potentially reset color_mgmt_changed on successive property...
Mario Kleiner
2016-08-29
1
-3
/
+3
|
/
/
/
*
|
|
Merge tag 'drm-intel-fixes-2016-08-25' of git://anongit.freedesktop.org/drm-i...
Dave Airlie
2016-08-26
7
-22
/
+309
|
\
\
\
|
*
|
|
drm/i915: Fix botched merge that downgrades CSR versions.
Maarten Lankhorst
2016-08-22
1
-4
/
+4
|
*
|
|
drm/i915/skl: Ensure pipes with changed wms get added to the state
Lyude
2016-08-22
1
-0
/
+4
|
*
|
|
drm/i915/gen9: Only copy WM results for changed pipes to skl_hw
Matt Roper
2016-08-22
1
-2
/
+26
[next]