summaryrefslogtreecommitdiffstats
path: root/drivers/gpu (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-misc-fixes-2020-12-03' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2020-12-045-9/+18
|\
| * drm/omap: sdi: fix bridge enable/disableTomi Valkeinen2020-11-301-6/+4
| * drm/panel: sony-acx565akm: Fix race condition in probeSebastian Reichel2020-11-291-1/+1
| * drm/rockchip: Avoid uninitialized use of endpoint id in LVDSPaul Kocialkowski2020-11-291-1/+1
| * drm/nouveau: make sure ret is initialized in nouveau_ttm_io_mem_reserveChristian König2020-11-261-1/+1
| * drm: mxsfb: Implement .format_mod_supportedDaniel Abrecht2020-11-261-0/+8
| * drm: mxsfb: fix fence synchronizationLucas Stach2020-11-261-0/+3
* | Merge tag 'amd-drm-fixes-5.10-2020-12-02' of git://people.freedesktop.org/~ag...Dave Airlie2020-12-043-9/+36
|\ \
| * | drm/amdgpu/vcn3.0: remove old DPG workaroundBoyuan Zhang2020-12-031-7/+0
| * | drm/amdgpu/vcn3.0: stall DPG when WPTR/RPTR resetBoyuan Zhang2020-12-031-0/+20
| * | drm/amd/display: Init clock value by current vbios CLKsBrandon Syu2020-12-031-2/+11
| * | drm/amdgpu/pm/smu11: Fix fan set speed bugArunpravin2020-12-031-1/+6
* | | Merge tag 'drm-intel-fixes-2020-12-03' of git://anongit.freedesktop.org/drm/d...Dave Airlie2020-12-049-124/+143
|\ \ \
| * | | drm/i915/display: Defer initial modeset until after GGTT is initialisedChris Wilson2020-12-031-10/+10
| * | | drm/i915/display: return earlier from intel_modeset_init() without displayJani Nikula2020-12-031-2/+2
| * | | drm/i915/gt: Limit frequency drop to RPe on parkingChris Wilson2020-12-031-0/+4
| * | | drm/i915/gt: Retain default context state across shrinkingVenkata Ramana Nayana2020-12-031-2/+5
| * | | drm/i915/gt: Split the breadcrumb spinlock between global and contextsChris Wilson2020-12-035-105/+90
| * | | drm/i915/gt: Protect context lifetime with RCUChris Wilson2020-12-032-4/+19
| * | | drm/i915/gt: Program mocs:63 for cache eviction on gen9Chris Wilson2020-12-011-1/+13
| |/ /
* | | Merge tag 'drm/tegra/for-5.10-rc7' of ssh://git.freedesktop.org/git/tegra/lin...Dave Airlie2020-12-033-43/+36
|\ \ \ | |/ / |/| |
| * | drm/tegra: sor: Disable clocks on error in tegra_sor_init()Qinglang Miao2020-11-261-2/+8
| * | drm/tegra: output: Do not put OF node twiceThierry Reding2020-11-131-1/+0
| * | drm/tegra: replace idr_init() by idr_init_base()Deepak R Varma2020-11-101-1/+1
| * | drm/tegra: sor: Ensure regulators are disabled on teardownMarc Zyngier2020-11-101-35/+24
| * | drm/tegra: sor: Don't warn on probe deferralJon Hunter2020-11-091-4/+3
* | | Merge tag 'drm-misc-fixes-2020-11-26' of ssh://git.freedesktop.org/git/drm/dr...Dave Airlie2020-11-276-67/+265
|\ \ \ | | |/ | |/|
| * | drm/nouveau: fix relocations applying logic and a double-freeMatti Hamalainen2020-11-261-3/+5
| * | drm/ast: Reload gamma LUT after changing primary plane's color formatThomas Zimmermann2020-11-251-1/+16
| * | drm/vc4: kms: Don't disable the muxing of an active CRTCMaxime Ripard2020-11-232-36/+48
| * | drm/vc4: kms: Store the unassigned channel list in the stateMaxime Ripard2020-11-232-25/+102
| * | drm/vc4: hdmi: Disable Wifi FrequenciesMaxime Ripard2020-11-192-0/+29
| * | drm/vc4: kms: Document the muxing corner casesMaxime Ripard2020-11-191-0/+22
| * | drm/vc4: kms: Split the HVS muxing check in a separate functionMaxime Ripard2020-11-191-3/+15
| * | drm/vc4: kms: Rename NUM_CHANNELSMaxime Ripard2020-11-191-3/+3
| * | drm/vc4: kms: Remove useless defineMaxime Ripard2020-11-191-1/+0
| * | drm/vc4: kms: Switch to drmm_add_action_or_resetMaxime Ripard2020-11-191-2/+2
| * | drm/vc4: hdmi: Block odd horizontal timingsMaxime Ripard2020-11-192-0/+15
| * | drm/vc4: hdmi: Make sure our clock rate is within limitsMaxime Ripard2020-11-191-0/+15
* | | Merge tag 'mediatek-drm-fixes-5.10' of https://git.kernel.org/pub/scm/linux/k...Dave Airlie2020-11-272-48/+22
|\ \ \
| * | | drm/mediatek: dsi: Modify horizontal front/back porch byte formulaCK Hu2020-11-211-39/+22
| * | | drm/mediatek: mtk_dpi: Fix unused variable 'mtk_dpi_encoder_funcs'Enric Balletbo i Serra2020-11-051-9/+0
| | |/ | |/|
* | | Merge tag 'exynos-drm-fixes-for-v5.10-rc6' of git://git.kernel.org/pub/scm/li...Dave Airlie2020-11-271-1/+2
|\ \ \
| * | | drm/exynos: depend on COMMON_CLK to fix compile testsKrzysztof Kozlowski2020-11-231-1/+2
* | | | Merge tag 'drm-intel-fixes-2020-11-25' of git://anongit.freedesktop.org/drm/d...Dave Airlie2020-11-267-63/+161
|\ \ \ \
| * | | | drm/i915/gt: Free stale request on destroying the virtual engineChris Wilson2020-11-241-7/+53
| * | | | drm/i915/gt: Don't cancel the interrupt shadow too earlyChris Wilson2020-11-241-1/+1
| * | | | drm/i915/gt: Track signaled breadcrumbs outside of the breadcrumb spinlockChris Wilson2020-11-243-14/+28
| * | | | drm/i915/gt: Defer enabling the breadcrumb interrupt to after submissionChris Wilson2020-11-241-39/+70
| * | | | drm/i915/gvt: correct a false comment of flag F_UNALIGNYan Zhao2020-11-241-1/+1