aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
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/i915/cnl: Symmetric scalers for each pipeMika Kahola1-1/+4
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/i915: Give more details for the active-when-parking warning for the enginesChris Wilson1-7/+13
2017-11-01drm/i915: Move parking-while-active warning to intel_engines_park()Chris Wilson2-7/+7
2017-11-01drm/i915: Check that the breadcrumb wasn't disarmed automatically before parkingChris Wilson1-1/+2
2017-11-01drm/i915: Check incoming alignment for unfenced buffers (on i915gm)Chris Wilson1-0/+4
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/i915/cnl: Remove unnecessary check in cnl_setup_private_ppatMichel Thierry1-6/+0
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/i915: Remove most encoder->type uses from the audio codeVille Syrjälä1-3/+3
2017-10-31drm/i915: Pass around crtc and connector states for audioVille Syrjälä7-102/+132
2017-10-31drm/fb-helper: Add .last_close and .output_poll_changed helpersNoralf Trønnes1-0/+28
2017-10-31drm: Add drm_device->fb_helper pointerNoralf Trønnes1-2/+11
2017-10-31drm/fb-helper: Handle function NULL argumentNoralf Trønnes1-11/+17
2017-10-31drm: Require __GFP_NOFAIL for the legacy drm_modeset_lock_allChris Wilson1-1/+1
2017-10-31drm: gma500: Convert timers to use timer_setup()Kees Cook1-5/+3
2017-10-30drm/panel: rpi-touchscreen: propagate errors in rpi_touchscreen_i2c_read()Dan Carpenter1-1/+1
2017-10-30drm/vc4: Convert timers to use timer_setup()Kees Cook2-12/+7
2017-10-30drm/i915: Replace "cc-option -Wno-foo" with "cc-disable-warning foo"Chris Wilson1-6/+6
2017-10-30drm: Enable pr_debug() for drm_printerChris Wilson1-0/+2
2017-10-30drm/i915: Use intel_ddi_get_config() for MSTVille Syrjälä3-54/+4
2017-10-30drm/i915: Pass a crtc state to ddi post_disable from MST codeVille Syrjälä2-14/+29
2017-10-30drm/i915: Eliminate pll->state usage from bxt_calc_pll_link()Ville Syrjälä1-12/+5
2017-10-30drm/i915: Nuke intel_ddi_get_encoder_port()Ville Syrjälä3-35/+18
2017-10-30drm/i915: Stop frobbing with DDI encoder->typeVille Syrjälä7-36/+47
2017-10-30drm/i915: Populate output_types from .get_config()Ville Syrjälä11-4/+33
2017-10-30drm/i915: Parse max HDMI TMDS clock from VBTVille Syrjälä4-10/+50
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/i915/vbt: Fix HDMI level shifter and max data rate bitfield sizesVille Syrjälä1-2/+2
2017-10-30drm/radeon: deprecate and remove KFD interfaceChristian König9-985/+4
2017-10-30gma500: mmu: unmap the correct addressPan Bian1-1/+1
2017-10-30drm: virtio: replace reference/unreference with get/putAastha Gupta1-1/+1