summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2017-07-28drm/mst: Avoid dereferencing a NULL mstb in drm_dp_mst_handle_up_req()Imre Deak1-1/+3
2017-07-28drm/mst: Fix error handling during MST sideband message receptionImre Deak1-2/+8
2017-07-28drm/radeon: Fix eDP for single-display iMac10,1 (v2)Mario Kleiner1-2/+11
2017-07-28drm/radeon/ci: disable mclk switching for high refresh rates (v2)Alex Deucher1-0/+6
2017-07-28drm/amd/amdgpu: Return error if initiating read out of range on vramTom St Denis1-0/+3
2017-07-15drm/virtio: don't leak bo on drm_gem_object_init failureGerd Hoffmann1-1/+3
2017-07-05drm/amdgpu: check ring being ready before usingDing Pixel1-0/+7
2017-07-05drm/vmwgfx: Free hash table allocated by cmdbuf managed res mgrDeepak Rawat1-0/+1
2017-07-05drm/ast: Handle configuration without P2A bridgeRussell Currey3-109/+168
2017-06-29drm/amdgpu: adjust default display clockAlex Deucher1-0/+4
2017-06-29drm/amdgpu/atom: fix ps allocation size for EnableDispPowerGatingAlex Deucher1-2/+2
2017-06-29drm/radeon: add a quirk for Toshiba Satellite L20-183Alex Deucher1-0/+7
2017-06-29drm/radeon: add a PX quirk for another K53TK variantAlex Deucher1-0/+4
2017-06-17drm/ast: Fixed system hanged if disable P2AY.C. Chen3-79/+97
2017-06-17drm/nouveau: Don't enabling polling twice on runtime resumeLyude Paul2-2/+6
2017-06-17drm/nouveau/fence/g84-: protect against concurrent access to semaphore buffersBen Skeggs2-0/+7
2017-06-17drm/nouveau: prevent userspace from deleting client objectBen Skeggs1-1/+2
2017-06-14drm/nouveau/tmr: fully separate alarm execution/pending listsBen Skeggs2-3/+5
2017-06-14drm/vmwgfx: Make sure backup_handle is always validSinclair Yeh1-7/+11
2017-06-14drm/vmwgfx: limit the number of mip levels in vmw_gb_surface_define_ioctl()Vladis Dronov1-0/+3
2017-06-14drm/vmwgfx: Handle vmalloc() failure in vmw_local_fifo_reserve()Dan Carpenter1-0/+2
2017-06-14drm/msm: Expose our reservation object when exporting a dmabuf.Eric Anholt3-0/+9
2017-06-14drm/amdgpu/ci: disable mclk switching for high refresh rates (v2)Alex Deucher1-0/+6
2017-06-07drm/gma500/psb: Actually use VBT mode when it is foundPatrik Jakobsson1-7/+11
2017-06-07drm/radeon: Unbreak HPD handling for r600+Lyude4-7/+7
2017-06-07drm/radeon/ci: disable mclk switching for high refresh rates (v2)Alex Deucher1-0/+6
2017-05-25drm/edid: Add 10 bpc quirk for LGD 764 panel in HP zBook 17 G2Mario Kleiner1-0/+8
2017-05-25drm/nouveau/tmr: handle races with hw when updating the next alarm timeBen Skeggs1-10/+16
2017-05-25drm/nouveau/tmr: avoid processing completed alarms when adding a new oneBen Skeggs1-3/+13
2017-05-25drm/nouveau/tmr: fix corruption of the pending list when rescheduling an alarmBen Skeggs1-7/+10
2017-05-25drm/nouveau/tmr: ack interrupt before processing alarmsBen Skeggs1-1/+1
2017-05-25drm/nouveau/therm: remove ineffective workarounds for alarm bugsBen Skeggs4-4/+4
2017-05-25drm/amdgpu: Make display watermark calculations more accurateMario Kleiner3-15/+15
2017-05-25drm/amdgpu: Avoid overflows/divide-by-zero in latency_watermark calculations.Mario Kleiner3-48/+9
2017-05-14drm/ttm: fix use-after-free races in vm fault handlingNicolai Hähnle1-0/+12
2017-05-03drm/amdgpu: fix array out of boundstom will1-1/+1
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-18drm/i915: Stop using RP_DOWN_EI on BaytrailChris Wilson3-48/+32
2017-04-18drm/i915: Avoid tweaking evaluation thresholds on Baytrail v3Mika Kuoppala1-0/+7
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/radeon: Override fpfn for all VRAM placements in radeon_evict_flagsMichel Dänzer1-2/+2
2017-03-26drm/amdgpu: add missing irq.h includeDave Airlie1-0/+1
2017-03-15drm/i915/dsi: Do not clear DPOUNIT_CLOCK_GATE_DISABLE from vlv_init_display_c...Hans de Goede1-1/+12
2017-03-15drm/atomic: fix an error code in mode_fixup()Dan Carpenter1-1/+1