summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2017-09-09drm/nouveau: Fix error handling in nv50_disp_atomic_commitMaarten Lankhorst1-2/+5
2017-09-09drm/nouveau/pci/msi: disable MSI on big-endian platforms by defaultIlia Mirkin1-0/+4
2017-09-07drm/nouveau/i2c/gf119-: add support for address-only transactionsBen Skeggs9-19/+81
2017-09-07drm/ttm: Fix accounting error when fail to get pages for poolXiangliang.Yu1-1/+1
2017-09-07drm/vmwgfx: Fix F26 Wayland screen update issueSinclair Yeh1-1/+25
2017-08-30Revert "drm/amdgpu: fix vblank_time when displays are off"Alex Deucher1-2/+0
2017-08-30drm/i915/gvt: Fix the kernel null pointer errorfred gao1-1/+1
2017-08-30drm/i915/vbt: ignore extraneous child devices for a portJani Nikula1-6/+9
2017-08-30drm/atomic: If the atomic check fails, return its value firstMaarten Lankhorst1-1/+4
2017-08-30drm/atomic: Handle -EDEADLK with out-fences correctlyMaarten Lankhorst1-2/+4
2017-08-30drm/sun4i: Implement drm_driver lastclose to restore fbdev consoleJonathan Liu1-0/+8
2017-08-30drm: Release driver tracking before making the object available againChris Wilson1-3/+3
2017-08-30drm: Fix framebuffer leakNikhil Mahale1-0/+1
2017-08-25drm/amdgpu: save list length when fence is signaledChunming Zhou1-7/+6
2017-08-25drm/i915: Perform an invalidate prior to executing golden renderstateChris Wilson1-0/+4
2017-08-16drm/i915: Fix out-of-bounds array access in bdw_load_gamma_lutMaarten Lankhorst1-0/+1
2017-08-16drm/etnaviv: Fix off-by-one error in reloc checkingWladimir J. van der Laan1-2/+2
2017-08-16drm/bridge: tc358767: fix probe without attached output nodeLucas Stach1-1/+1
2017-08-11drm/vmwgfx: Fix cursor hotspot issue with Wayland on FedoraSinclair Yeh1-0/+9
2017-08-11drm/amdgpu: Fix undue fallthroughs in golden registers initializationJean Delvare1-0/+2
2017-08-11drm/amdgpu: fix header on gfx9 clear stateAlex Deucher1-20/+21
2017-08-06drm/i915: Fix scaler init during CRTC HW state readoutImre Deak1-7/+7
2017-08-06drm/nouveau/bar/gf100: fix access to upper half of BAR2Ben Skeggs1-1/+1
2017-08-06drm/nouveau/disp/nv50-: bump max chans to 21Ilia Mirkin1-1/+1
2017-08-06drm/vmwgfx: Limit max desktop dimensions to 8Kx8KSinclair Yeh1-2/+2
2017-08-06drm/vmwgfx: Fix gcc-7.1.1 warningSinclair Yeh1-1/+1
2017-07-28drm/i915: reintroduce VLV/CHV PFI programming power domain workaroundGabriel Krisman Bertazi1-0/+20
2017-07-28drm/i915: Hold RPM wakelock while initializing OA buffersagar.a.kamble@intel.com1-6/+6
2017-07-28drm/i915/fbdev: Check for existence of ifbdev->vma before operationsChris Wilson1-5/+6
2017-07-28drm/imx: parallel-display: Accept drm_of_find_panel_or_bridge failurePhilipp Zabel1-1/+1
2017-07-28drm/i915: Make DP-MST connector info workMaarten Lankhorst1-1/+1
2017-07-28drm/mst: Avoid processing partially received up/down message transactionsImre Deak1-7/+24
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/atomic: Add missing drm_atomic_state_clear to atomic_remove_fbMaarten Lankhorst1-0/+1
2017-07-28drm/i915/gvt: Fix inconsistent locks holding sequenceChuanxiao Dong1-5/+9
2017-07-28drm/i915: Disable MSI for all pre-gen5Ville Syrjälä1-3/+5
2017-07-28drm/amd/powerplay: fix memory leak in cz_hwmgr backendHawking Zhang1-0/+6
2017-07-28drm/etnaviv: Expose our reservation object when exporting a dmabuf.Eric Anholt3-0/+9
2017-07-28drm/ttm: Fix use-after-free in ttm_bo_clean_mmJohn Brooks1-1/+3
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/amdgpu: Don't call amd_powerplay_destroy() if we don't have powerplayJohn Brooks1-1/+2
2017-07-28drm/amdgpu: fix the memory corruption on S3Huang Rui1-8/+7
2017-07-28drm/amd/amdgpu: Return error if initiating read out of range on vramTom St Denis1-0/+3
2017-07-28drm/amdgpu/cgs: always set reference clock in mode_infoAlex Deucher1-1/+4
2017-07-28drm/amdgpu: fix vblank_time when displays are offAlex Deucher1-0/+3
2017-07-28drm/amdgpu/gfx8: drop per-APU CU limitsAlex Deucher1-69/+2
2017-07-21drm/amdgpu/gfx6: properly cache mc_arb_ramcfgAlex Deucher1-1/+2
2017-06-28Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds4-4/+25