summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2017-04-21drm/nouveau/disp/mcp7x: disable dptmds workaroundBen Skeggs1-2/+0
2017-04-21drm/etnaviv: fix missing unlock on error in etnaviv_gpu_submit()Wei Yongjun1-1/+2
2017-04-21drm/nouveau/mmu/nv4a: use nv04 mmu rather than the nv44 oneIlia Mirkin1-1/+1
2017-04-21drm/nouveau/mpeg: mthd returns true on success nowIlia Mirkin2-2/+2
2017-04-18Revert "drm/i915/execlists: Reset RING registers upon resume"Greg Kroah-Hartman1-31/+19
2017-04-18drm/i915: Avoid rcu_barrier() from reclaim paths (shrinker)Chris Wilson1-1/+1
2017-04-18drm/i915: Stop using RP_DOWN_EI on BaytrailChris Wilson3-48/+32
2017-04-18drm/i915: Drop support for I915_EXEC_CONSTANTS_* execbuf parameters.Kenneth Graunke4-57/+3
2017-04-18drm/i915: Only enable hotplug interrupts if the display interrupts are enabledChris Wilson2-6/+18
2017-04-18drm/i915: Avoid tweaking evaluation thresholds on Baytrail v3Mika Kuoppala1-0/+7
2017-04-18drm/i915: Nuke debug messages from the pipe update critical sectionVille Syrjälä1-11/+1
2017-04-18drm/i915/gen9: Increase PCODE request timeout to 50msImre Deak1-5/+6
2017-04-12drm/msm/adreno: move function declarations to header fileBaoyou Xie2-3/+3
2017-04-12drm/mga: remove device_is_agp callbackDaniel Vetter2-38/+19
2017-04-12drm/i915: actually drive the BDW reserved IDsPaulo Zanoni1-0/+1
2017-04-12drm/edid: constify edid quirk listJani Nikula1-3/+3
2017-04-12drm/sun4i: Add compatible string for A31/A31s TCON (timing controller)Chen-Yu Tsai2-0/+12
2017-04-12drm/sun4i: Add compatible strings for A31/A31s display pipelinesChen-Yu Tsai2-0/+4
2017-04-12drm/sun4i: tcon: Move SoC specific quirks to a DT matched data structureChen-Yu Tsai2-19/+25
2017-04-12drm/vmwgfx: fix integer overflow in vmw_surface_define_ioctl()Li Qiang1-1/+4
2017-04-12drm/vmwgfx: Remove getparam error messageThomas Hellstrom1-2/+0
2017-04-12drm/ttm, drm/vmwgfx: Relax permission checking when opening surfacesThomas Hellstrom4-22/+20
2017-04-12drm/vmwgfx: avoid calling vzalloc with a 0 size in vmw_get_cap_3d_ioctl()Murray McAllister1-1/+1
2017-04-12drm/vmwgfx: NULL pointer dereference in vmw_surface_define_ioctl()Murray McAllister1-2/+2
2017-04-12drm/vmwgfx: Type-check lookups of fence objectsThomas Hellstrom1-27/+50
2017-04-08drm/etnaviv: (re-)protect fence allocation with GPU mutexLucas Stach1-2/+2
2017-04-08drm/vc4: Allocate the right amount of space for boot-time CRTC state.Eric Anholt1-1/+12
2017-04-08drm/radeon: Override fpfn for all VRAM placements in radeon_evict_flagsMichel Dänzer1-2/+2
2017-03-30drm: reference count event->completionDaniel Vetter2-1/+12
2017-03-30drm/bridge: analogix dp: Fix runtime PM state on driver bindMarek Szyprowski1-0/+7
2017-03-30drm/amdgpu: reinstate oland workaround for sclkAlex Deucher1-3/+7
2017-03-26drm/amdgpu/si: add dpm quirk for OlandAlex Deucher1-0/+6
2017-03-26drm/vc4: Use runtime autosuspend to avoid thrashing V3D power state.Eric Anholt3-5/+12
2017-03-26drm/vc4: Fix termination of the initial scan for branch targets.Eric Anholt1-11/+8
2017-03-22drm/vc4: Fix ->clock_select setting for the VEC encoderBoris Brezillon3-16/+26
2017-03-22drm/vc4: Fix race between page flip completion event and clean-upDerek Foreman3-8/+34
2017-03-22drm/nouveau/disp/nv50-: specify ctrl/user separately when constructing classesBen Skeggs14-28/+32
2017-03-22drm/nouveau/disp/nv50-: split chid into chid.ctrl and chid.userBen Skeggs7-92/+106
2017-03-22drm/nouveau/disp/gp102: fix cursor/overlay immediate channel indicesBen Skeggs5-2/+80
2017-03-15drm/i915: Fix not finding the VBT when it overlaps with OPREGION_ASLE_EXTHans de Goede1-1/+12
2017-03-15drm/i915: Avoid spurious WARNs about the wrong pipe in the PPS codeVille Syrjälä1-3/+3
2017-03-15drm: Cancel drm_fb_helper_resume_work on unloadChris Wilson1-0/+1
2017-03-15drm: Cancel drm_fb_helper_dirty_work on unloadChris Wilson1-0/+2
2017-03-15drm/i915/gvt: Disable access to stolen memory as a guestChris Wilson1-0/+5
2017-03-15drm/atomic: fix an error code in mode_fixup()Dan Carpenter1-1/+1
2017-03-15drm/imx: imx-tve: Do not set the regulator voltageFabio Estevam1-3/+4
2017-03-15drm/vmwgfx: Work around drm removal of control nodesThomas Hellstrom2-3/+12
2017-03-15drm/ttm: Make sure BOs being swapped out are cacheableMichel Dänzer1-2/+2
2017-03-15drm/edid: Add EDID_QUIRK_FORCE_8BPC quirk for Rotel RSX-1058Tomeu Vizoso1-0/+3
2017-03-15drm/ast: Fix AST2400 POST failure without BMC FW or VBIOSY.C. Chen1-3/+35