summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Fixup legacy plane->crtc link for initial fb configDaniel Vetter2015-03-261-0/+2
* drm/i915: Fix atomic state when reusing the firmware fbDamien Lespiau2015-03-261-2/+9
* drm/i915: Keep ring->active_list and ring->requests_list consistentChris Wilson2015-03-261-17/+21
* drm/i915: Don't try to reference the fb in get_initial_plane_config()Damien Lespiau2015-03-251-4/+3
* drm: Fixup racy refcounting in plane_force_disableDaniel Vetter2015-03-241-12/+1
* Merge tag 'drm-intel-fixes-2015-03-19' of git://anongit.freedesktop.org/drm-i...Dave Airlie2015-03-201-4/+28
|\
| * drm/i915: Make sure the primary plane is enabled before reading out the fb stateDamien Lespiau2015-03-181-4/+11
| * drm/i915: Ensure plane->state->fb stays in sync with plane->fbXi Ruoyao2015-03-161-0/+17
* | Merge tag 'drm-amdkfd-fixes-2015-03-19' of git://people.freedesktop.org/~gabb...Dave Airlie2015-03-203-11/+23
|\ \
| * | drm/radeon: Changing number of compute pipe linesBen Goz2015-03-161-1/+1
| * | drm/amdkfd: Fix SDMA queue init. in non-HWS modeBen Goz2015-03-161-1/+9
| * | drm/amdkfd: destroy mqd when destroying kernel queueBen Goz2015-03-161-9/+13
| |/
* | Merge branch 'drm-fixes-4.0' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2015-03-191-11/+0
|\ \
| * | drm/radeon: drop ttm two ended allocationAlex Deucher2015-03-181-11/+0
| |/
* | Merge branch 'exynos-drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Dave Airlie2015-03-196-287/+15
|\ \
| * | drm/exynos: fix the initialization order in FIMDHyungwon Hwang2015-03-181-18/+11
| * | drm/exynos: fix typo config name correctly.Inki Dae2015-03-181-1/+1
| * | drm/exynos: Check for NULL dereference of crtcCharles Keepax2015-03-181-1/+1
| * | drm/exynos: IS_ERR() vs NULL bugDan Carpenter2015-03-181-2/+2
| * | drm/exynos: remove unused filesAndrzej Hajda2015-03-182-265/+0
| |/
* | drm/nouveau/bios: fix i2c table parsing for dcb 4.1Stefan Huehner2015-03-171-1/+5
* | drm/nouveau/device/gm100: Basic GM206 bring up (as copy of GM204)Stefan Huehner2015-03-171-0/+43
* | drm/nouveau/device: post write to NV_PMC_BOOT_1 when flipping endian switchBen Skeggs2015-03-171-2/+4
* | drm/nouveau/gr/gf100: fix some accidental or'ing of buffer addressesBen Skeggs2015-03-173-6/+6
* | drm/nouveau/fifo/nv04: remove the loop from the interrupt handlerBen Skeggs2015-03-171-50/+35
|/
* [PATCH] drm/mm: Fix support 4 GiB and larger rangesKrzysztof Kolasa2015-03-161-1/+1
* Merge branch 'drm-fixes-4.0' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2015-03-132-27/+47
|\
| * drm/radeon: drop setting UPLL to sleep modeChristian König2015-03-111-4/+2
| * drm/radeon: fix wait to actually occur after the signaling callbackMaarten Lankhorst2015-03-111-23/+45
* | Merge branch 'vmwgfx-fixes-4.0' of git://people.freedesktop.org/~thomash/linu...Dave Airlie2015-03-133-57/+53
|\ \
| * | drm/vmwgfx: Fix an issue with the device losing its irq line on module unloadThomas Hellstrom2015-03-111-0/+1
| * | drm/vmwgfx: Correctly NULLify dma buffer pointer on failureColin Ian King2015-03-111-4/+6
| * | drm/vmwgfx: Reorder device takedown somewhatThomas Hellstrom2015-03-111-37/+40
| * | drm/vmwgfx: Fix a couple of lock dependency violationsThomas Hellstrom2015-03-112-16/+6
| |/
* | Merge tag 'drm-intel-fixes-2015-03-12' of git://anongit.freedesktop.org/drm-i...Dave Airlie2015-03-133-7/+28
|\ \ | |/ |/|
| * drm/i915: Prevent TLB error on first execution on SNBChris Wilson2015-03-101-2/+16
| * drm/i915: Do both mt and gen6 style forcewake reset on ivb probeMika Kuoppala2015-03-101-1/+7
| * drm/i915: Make WAIT_IOCTL negative timeouts be indefinite againChris Wilson2015-03-101-3/+4
| * drm/i915: use in_interrupt() not in_irq() to check contextDave Gordon2015-03-101-1/+1
* | drm/mst: fix recursive sleep warning on qlockDaniel Vetter2015-03-101-3/+8
* | drm: Don't assign fbs for universal cursor support to filesChris Wilson2015-03-101-16/+19
|/
* Merge tag 'drm-intel-fixes-2015-03-05' of git://anongit.freedesktop.org/drm-i...Dave Airlie2015-03-072-16/+32
|\
| * drm/i915: gen4: work around hang during hibernationImre Deak2015-03-041-5/+25
| * drm/i915: Check for driver readyness before handling an underrun interruptChris Wilson2015-03-041-11/+7
* | Merge tag 'v4.0-rc2' into drm-fixesDave Airlie2015-03-071-0/+1
|\ \ | |/
| * drm/i915: Fix modeset state confusion in the load detect codeDaniel Vetter2015-03-031-0/+1
* | Merge branch 'msm-fixes-4.0' of git://people.freedesktop.org/~robclark/linux ...Dave Airlie2015-03-056-53/+81
|\ \
| * | drm/msm: kexec fixesRob Clark2015-03-042-0/+10
| * | drm/msm/mdp5: fix cursor blendingRob Clark2015-03-041-1/+0
| * | drm/msm/mdp5: fix cursor ROIRob Clark2015-03-041-28/+40
OpenPOWER on IntegriCloud