summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2018-11-13drm/mediatek: fix OF sibling-node lookupJohan Hovold1-2/+3
2018-11-13drm: Get ref on CRTC commit object when waiting for flip_doneLeo Li2-4/+13
2018-11-13drm: fix use of freed memory in drm_mode_setcrtcTomi Valkeinen1-3/+7
2018-11-10drm/sun4i: Fix an ulong overflow in the dotclock driverBoris Brezillon1-1/+11
2018-11-10drm: fb-helper: Reject all pixel format changing requestsEugeniy Paltsev1-65/+26
2018-11-10drm/edid: VSDB yCBCr420 Deep Color mode bit definitionsClint Taylor1-1/+1
2018-11-10drm/edid: Add 6 bpc quirk for BOE panel in HP Pavilion 15-n233slKai-Heng Feng1-0/+3
2018-11-04drm/amd/display: Signal hw_done() after waiting for flip_done()Shirish S1-2/+8
2018-11-04drm/i2c: tda9950: set MAX_RETRIES for errors onlyHans Verkuil1-1/+2
2018-11-04drm/i2c: tda9950: fix timeout counter checkColin Ian King1-1/+1
2018-10-20drm: mali-dp: Call drm_crtc_vblank_reset on device initAlexandru Gheorghe1-0/+1
2018-10-18drm/nouveau/drm/nouveau: Grab runtime PM ref in nv50_mstc_detect()Lyude Paul1-1/+14
2018-10-18drm/amdkfd: Fix ATS capablity was not reported correctly on some APUsYong Zhao3-6/+29
2018-10-18drm/amdkfd: Change the control stack MTYPE from UC to NC on GFX9Yong Zhao5-5/+10
2018-10-18drm/amdgpu: Fix SDMA HQD destroy error on gfx_v7Amber Lin1-1/+1
2018-10-18drm/pl111: Make sure of_device_id tables are NULL terminatedzhong jiang1-1/+2
2018-10-13drm: fix use-after-free read in drm_mode_create_lease_ioctl()Jann Horn1-3/+3
2018-10-13drm/syncobj: Don't leak fences when WAIT_FOR_SUBMIT is setJason Ekstrand1-0/+5
2018-10-13drm/amdgpu: Fix vce work queue was not cancelled when suspendRex Zhu2-3/+4
2018-10-10Revert "drm/amd/pp: Send khz clock values to DC for smu7/8"Greg Kroah-Hartman2-7/+7
2018-10-10drm/amdgpu: fix error handling in amdgpu_cs_user_fence_chunkChristian König1-8/+15
2018-10-10drm/amdgpu: Fix SDMA hang in prt mode v2Tao Zhou1-2/+5
2018-10-10drm/nouveau/disp/gm200-: enforce identity-mapped SOR assignment for LVDS/eDP ...Ben Skeggs4-3/+28
2018-10-10drm/nouveau/disp: fix DP disable raceBen Skeggs4-9/+19
2018-10-10drm/nouveau/TBDdevinit: don't fail when PMU/PRE_OS is missing from VBIOSBen Skeggs1-1/+2
2018-10-10drm/nouveau/mmu: don't attempt to dereference vmm without valid instance pointerBen Skeggs1-1/+1
2018-10-10drm/nouveau: fix oops in client init failure pathBen Skeggs1-7/+7
2018-10-03drm/amdgpu: Need to set moved to true when evict boEmily Deng1-0/+1
2018-10-03drm/amdgpu: Update power state at the end of smu hw_init.Rex Zhu2-5/+2
2018-10-03drm/amdgpu: Enable/disable gfx PG feature in rlc safe modeRex Zhu1-1/+10
2018-10-03amdgpu: fix multi-process hang issueEmily Deng1-1/+2
2018-10-03drm/amdgpu: fix preamble handlingChristian König1-7/+9
2018-10-03drm/amdgpu: fix VM clearing for the root PDChristian König1-1/+1
2018-10-03drm/vc4: plane: Expand the lower bits by repeating the higher bitsMaxime Ripard1-0/+1
2018-10-03drm/vc4: Add missing formats to vc4_format_mod_supported().Eric Anholt1-0/+2
2018-10-03drm/v3d: Take a lock across GPU scheduler job creation and queuing.Eric Anholt2-0/+9
2018-10-03drm/omap: gem: Fix mm_list lockingDaniel Vetter4-8/+13
2018-10-03drm/sun4i: Fix releasing node when enumerating enpointsJernej Skrabec1-1/+2
2018-10-03drm/sun4i: Enable DW HDMI PHY clockJernej Skrabec1-1/+6
2018-10-03drm/amd/display: fix use of uninitialized memoryWesley Chalmers1-0/+2
2018-10-03drm/amd/display/dc/dce: Fix multiple potential integer overflowsGustavo A. R. Silva1-5/+5
2018-09-29drm/amdgpu: add new polaris pci idAlex Deucher2-6/+9
2018-09-29drm: udl: Destroy framebuffer only if it was initializedEmil Lundmark1-3/+5
2018-09-29drm/vc4: Fix the "no scaling" case on multi-planar YUV formatsBoris Brezillon1-13/+12
2018-09-29drm/nouveau/drm/nouveau: Prevent handling ACPI HPD events too earlyLyude Paul1-6/+20
2018-09-29drm/nouveau/drm/nouveau: Use pm_runtime_get_noresume() in connector_detect()Lyude Paul1-9/+11
2018-09-29drm/nouveau/drm/nouveau: Fix deadlock with fb_helper with async RPM requestsLyude Paul4-2/+64
2018-09-29drm/nouveau/drm/nouveau: Fix bogus drm_kms_helper_poll_enable() placementLyude Paul1-2/+5
2018-09-29drm/nouveau/drm/nouveau: Don't forget to cancel hpd_work on suspend/unloadLyude Paul3-5/+8
2018-09-29drm/nouveau: Fix deadlocks in nouveau_connector_detect()Lyude Paul1-0/+22