aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2017-11-01drm/amdgpu:add fw-vram-usage for atomfirmwareMonk Liu1-4/+18
2017-11-02Backmerge tag 'v4.14-rc7' into drm-nextDave Airlie30-140/+179
2017-11-02Merge tag 'drm-hisilicon-next-2017-11-01' of github.com:xin3liang/linux into ...Dave Airlie1-0/+3
2017-11-02Merge tag 'drm-intel-fixes-2017-11-01' of git://anongit.freedesktop.org/drm/d...Dave Airlie7-35/+57
2017-11-02Merge tag 'drm-msm-next-2017-11-01' of git://people.freedesktop.org/~robclark...Dave Airlie42-702/+1945
2017-11-01drm/amdkfd: Minor cleanupsFelix Kuehling3-7/+7
2017-11-01drm/amdkfd: Update queue_count before mapping queuesFelix Kuehling1-9/+11
2017-11-01drm/amdkfd: Cleanup DQM ASIC-specific opsYong Zhao4-43/+27
2017-11-01drm/amdkfd: Register/Deregister process on qpd resolutionBen Goz1-3/+6
2017-11-01drm/amdkfd: Fix debug unregister procedure on process terminationYair Shachar2-12/+29
2017-11-01drm/amdkfd: Avoid calling amd_iommu_unbind_pasid() when suspendingYong Zhao1-9/+5
2017-11-01drm/amdkfd: Disable CP/SDMA ring/doorbell in MQDJay Cornwall2-30/+11
2017-11-01drm/amdkfd: Clean up the data structure in kfd_processYong Zhao2-24/+0
2017-11-01drm: gma500: Convert timers to use timer_setup()Kees Cook1-5/+3
2017-11-01drm/vmwgfx: Fix Ubuntu 17.10 Wayland black screen issueSinclair Yeh1-1/+1
2017-11-01drm/vmwgfx: constify vmw_fence_opsArvind Yadav1-1/+1
2017-11-01drm/i915: Check incoming alignment for unfenced buffers (on i915gm)Chris Wilson1-0/+4
2017-11-01drm/msm: use %z format modifier for printing size_tArnd Bergmann1-1/+1
2017-11-01drm/hisilicon: Ensure LDI regs are properly configured.Peter Griffin1-0/+3
2017-11-01Merge branch 'linux-4.14' of git://github.com/skeggsb/linux into drm-fixesDave Airlie1-3/+3
2017-11-01drm/nouveau/kms/nv50: use the correct state for base channel notifier setupBen Skeggs1-3/+3
2017-10-31drm/radeon: fix atombios on big endianRoman Kapl2-40/+36
2017-10-31drm/ttm:fix memory leak due to individualizeMonk Liu1-1/+4
2017-10-31drm/amdgpu: fix error handling in amdgpu_bo_do_createChristian König1-3/+3
2017-10-31drm/ttm: once more fix ttm_buffer_object_transferChristian König1-0/+1
2017-10-31drm: Require __GFP_NOFAIL for the legacy drm_modeset_lock_allChris Wilson1-1/+1
2017-10-30drm/i915: Hold rcu_read_lock when iterating over the radixtree (vma idr)Chris Wilson1-0/+2
2017-10-30drm/i915: Hold rcu_read_lock when iterating over the radixtree (objects)Chris Wilson1-0/+2
2017-10-30drm/i915/edp: read edp display control registers unconditionallyJani Nikula1-3/+10
2017-10-30drm/i915: Do not rely on wm preservation for ILK watermarksMaarten Lankhorst2-31/+21
2017-10-30drm/i915: Cancel the modeset retry work during modeset cleanupManasi Navare1-1/+18
2017-10-30drm/radeon: deprecate and remove KFD interfaceChristian König9-985/+4
2017-10-28drm/msm/mdp5: Don't use async plane update path if plane visibility changesArchit Taneja1-0/+25
2017-10-28drm/msm/mdp5: mdp5_crtc: Restore cursor state only if LM cursors are enabledArchit Taneja1-29/+37
2017-10-28drm/msm/mdp5: Update mdp5_pipe_assign to spit out both planesArchit Taneja3-20/+57
2017-10-28drm/msm/mdp5: Prepare mdp5_pipe_assign for some reworkArchit Taneja3-27/+27
2017-10-28drm/msm: remove mdp5_cursor_plane_funcsGustavo Padovan1-22/+3
2017-10-28drm/msm: update cursors asynchronously through atomicGustavo Padovan2-88/+75
2017-10-28drm/msm/atomic: switch to drm_atomic_helper_checkRob Clark3-32/+1
2017-10-28drm/msm/mdp5: restore cursor state when enabling crtcRob Clark1-32/+68
2017-10-28drm/msm/mdp5: don't use autosuspendRob Clark5-13/+13
2017-10-28drm/msm/mdp5: ignore planes that are not visibleRob Clark1-0/+8
2017-10-28drm/msm: dump submits which triggered gpu hangRob Clark1-20/+27
2017-10-28drm/msm: preserve IOVAs in submit's bo tableRob Clark1-5/+6
2017-10-28drm/msm/rd: allow adding addition msg to top of dumpRob Clark3-4/+16
2017-10-28drm/msm: split rd debugfs fileRob Clark3-29/+79
2017-10-28drm/msm: add special _get_vaddr_active() for cmdstream dumpsRob Clark3-3/+22
2017-10-28drm/msm: show task cmdline in gpu recovery messagesRob Clark1-12/+43
2017-10-28drm/msm: dump a rd GPUADDR header for all buffers in the commandJordan Crouse1-15/+15
2017-10-28drm/msm: Removed unused struct_mutex_taskJordan Crouse2-8/+0