summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* drm: sti: use late_register and early_unregister callbacksBenjamin Gaignard2016-06-2116-69/+198
* drm/amdkfd: Clean up inline handlingDaniel Vetter2016-06-212-5/+2Star
* drm: Add callbacks for late registeringBenjamin Gaignard2016-06-213-2/+120
* drm/fsl-dcu: use drm_mode_config_cleanup on initialization errorsStefan Agner2016-06-211-7/+6Star
* drm/mediatek: Remove IOMMU_DMA selectArnd Bergmann2016-06-211-1/+0Star
* drm/crtc-helper: disable_unused_functions really isn't for atomicDaniel Vetter2016-06-211-0/+3
* drm/rcar-du: Remove redundant calls to drm_connector_register_all()Chris Wilson2016-06-211-5/+0Star
* drm/msm: Remove redundant calls to drm_connector_register_all()Chris Wilson2016-06-211-8/+0Star
* drm/mediatek: Remove redundant calls to drm_connector_register_all()Chris Wilson2016-06-211-7/+0Star
* drm/hisilicon: Remove redundant calls to drm_connector_register_all()Chris Wilson2016-06-211-8/+0Star
* drm/atmel-hlcdc: Remove redundant calls to drm_connector_register_all()Chris Wilson2016-06-211-7/+0Star
* drm/arc: Remove redundant calls to drm_connector_register_all()Chris Wilson2016-06-211-8/+0Star
* drm/rockchip: Finish initialization before registering DRM deviceTomasz Figa2016-06-211-14/+7Star
* drm/omapdrm: don't call drm_helper_disable_unused_functionsDaniel Vetter2016-06-211-3/+0Star
* drm: Mark set/drop master ioctl as unlocked.Daniel Vetter2016-06-201-2/+2
* drm: Mark authmagic ioctls as unlockedDaniel Vetter2016-06-201-2/+2
* drm: Protect authmagic with master_mutexDaniel Vetter2016-06-201-8/+6Star
* drm: Move authmagic cleanup into drm_master_releaseDaniel Vetter2016-06-202-5/+5
* drm: Only do the hw.lock cleanup in master_relase for !MODESETDaniel Vetter2016-06-201-9/+11
* drm: Prevent NULL deref in drm_name_info()Chris Wilson2016-06-201-11/+10Star
* drm: fix send_vblank_event use-after-free errorMatthew Auld2016-06-201-2/+2
* drm/i915: Avoid use-after-free of intel_encoder in intel_dp_connector_destrpyChris Wilson2016-06-201-2/+3
* drm/i915: Move backlight unregistration to connector unregistrationChris Wilson2016-06-193-15/+12Star
* drm/i915: Move intel_connector->unregister to connector->early_unregisterChris Wilson2016-06-1912-51/+32Star
* drm: Protect drm_connector_register_all() under DRIVER_MODESETChris Wilson2016-06-191-2/+4
* drm: Deal with rotation in drm_plane_helper_check_update()Ville Syrjälä2016-06-176-10/+24
* drm: Automatically register/unregister all connectorsChris Wilson2016-06-172-8/+8
* drm: Minimally initialise drm_dp_auxChris Wilson2016-06-171-5/+23
* drm: Pass the drm_dp_aux->hw_mutex to i2c for its lockingChris Wilson2016-06-171-4/+24
* drm/sti: Don't call drm_helper_disable_unused_functionsDaniel Vetter2016-06-171-1/+0Star
* drm: Automatically unregister the connector during cleanupChris Wilson2016-06-171-0/+6
* drm: Make drm_connector_register() safe against multiple callsChris Wilson2016-06-171-0/+9
* drm: Add a callback from connector registeringChris Wilson2016-06-171-2/+16
* drm: Export drm_dev_init() for subclassingChris Wilson2016-06-171-15/+57
* drm: rockchip: select DRM_GEM_CMA_HELPERArnd Bergmann2016-06-161-0/+1
* drm: Extract drm_master_relaseDaniel Vetter2016-06-163-33/+40
* drm: Extract drm_master_openDaniel Vetter2016-06-163-13/+21
* drm: Move master functions into drm_auth.cDaniel Vetter2016-06-164-169/+168Star
* drm: Link directly from drm_master to drm_deviceDaniel Vetter2016-06-163-5/+5
* drm: Hide hw.lock cleanup in filp->release betterDaniel Vetter2016-06-163-137/+126Star
* drm: Nuke legacy maps debugfs filesDaniel Vetter2016-06-164-151/+0Star
* Merge tag 'topic/drm-misc-2016-06-15' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-06-1598-1210/+1251
|\
| * drm/atomic-helpers: Clear up cleanup_done a bitDaniel Vetter2016-06-151-5/+3Star
| * drm/atomic-helpers: Stall on the right commitDaniel Vetter2016-06-151-2/+2
| * drm/vmwgfx: use *_32_bits() macrosPaul Bolle2016-06-151-5/+2Star
| * drm/virtio: Don't reinvent a flipping wheelDaniel Vetter2016-06-141-58/+13Star
| * drm/i915: Fix missing unlock on error in i915_ppgtt_info()Wei Yongjun2016-06-141-2/+2
| * drm/gma500: use drm_crtc_vblank_{on,off}()Gustavo Padovan2016-06-131-1/+1
| * drm/radeon: use crtc directly in drm_crtc_vblank_put()Gustavo Padovan2016-06-131-1/+1
| * drm/amdgpu: use crtc directly in drm_crtc_vblank_put()Gustavo Padovan2016-06-131-1/+1