summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drm/imx: atomic phase 1: Use transitional atomic CRTC and plane helpersLiu Ying2016-07-125-322/+410
* gpu: ipu-v3: ipu-dmfc: Use static DMFC FIFO allocation mechanismLiu Ying2016-07-123-235/+7
* drm/imx: ipuv3 plane: Check different types of plane separatelyLiu Ying2016-07-121-29/+38
* Merge tag 'topic/drm-misc-2016-06-22-updated' of git://anongit.freedesktop.or...Dave Airlie2016-06-24109-4862/+4018
|\
| * drm/vc4: Remove unused connectorDaniel Vetter2016-06-221-1/+0
| * drm/fb-helper: Reduce READ_ONCE(master) to lockless_dereferenceChris Wilson2016-06-221-1/+1
| * drm/sun4i: Remove open-coded drm_connector_register_all()Chris Wilson2016-06-221-34/+0
| * drm/vc4: Remove open-coded drm_connector_register_all()Chris Wilson2016-06-221-12/+0
| * drm/atmel-hlcdc: Remove redundant call to drm_connector_unregister_all()Chris Wilson2016-06-221-8/+0
| * drm: document drm_auth.cDaniel Vetter2016-06-219-57/+119
| * drm: Clear up master tracking booleansDaniel Vetter2016-06-212-10/+5
| * drm: Extract drm_is_current_masterDaniel Vetter2016-06-218-17/+25
| * drm: Refactor drop/set master code a bitDaniel Vetter2016-06-213-42/+44
| * drm: Lobotomize set_busid nonsense for !pci driversDaniel Vetter2016-06-2117-41/+64
| * drm: Nuke SET_UNIQUE ioctlDaniel Vetter2016-06-213-100/+1
| * drm: Don't call drm_dev_set_unique from platform driversDaniel Vetter2016-06-215-33/+11
| * drm/vgem: Stop calling drm_drv_set_uniqueDaniel Vetter2016-06-211-2/+0
| * drm: Use dev->name as fallback for dev->uniqueDaniel Vetter2016-06-212-11/+6
| * drm: Clean up drm_crtc.hDaniel Vetter2016-06-215-133/+150
| * drm: Move master pointer from drm_minor to drm_deviceDaniel Vetter2016-06-218-26/+34
| * drm: sti: rework init sequenceBenjamin Gaignard2016-06-215-74/+100
| * drm: sti: use late_register and early_unregister callbacksBenjamin Gaignard2016-06-2116-69/+198
| * drm/amdkfd: Clean up inline handlingDaniel Vetter2016-06-212-5/+2
| * drm: Add callbacks for late registeringBenjamin Gaignard2016-06-214-2/+197
| * drm/fsl-dcu: use drm_mode_config_cleanup on initialization errorsStefan Agner2016-06-211-7/+6
| * drm/mediatek: Remove IOMMU_DMA selectArnd Bergmann2016-06-211-1/+0
| * Documentation/DocBook: remove gpu.tmplJani Nikula2016-06-213-3530/+1
| * Documentation/gpu: split up mm, kms and kms-helpers from internalsJani Nikula2016-06-215-1373/+1379
| * Documentation/gpu: convert the KMS properties table to CSVJani Nikula2016-06-212-257/+131
| * Documentation/gpu: use recommended order of heading markersJani Nikula2016-06-214-106/+110
| * MAINTAINERS: add Documentation/gpu and Documentation/gpu/i915.rstJani Nikula2016-06-211-0/+2
| * Documentation/gpu: split up the gpu documentationJani Nikula2016-06-216-2596/+2593
| * Documentation/gpu: add new gpu.rst converted from DocBook gpu.tmplJani Nikula2016-06-212-0/+2602
| * 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/+0
| * drm/msm: Remove redundant calls to drm_connector_register_all()Chris Wilson2016-06-211-8/+0
| * drm/mediatek: Remove redundant calls to drm_connector_register_all()Chris Wilson2016-06-211-7/+0
| * drm/hisilicon: Remove redundant calls to drm_connector_register_all()Chris Wilson2016-06-211-8/+0
| * drm/atmel-hlcdc: Remove redundant calls to drm_connector_register_all()Chris Wilson2016-06-211-7/+0
| * drm/arc: Remove redundant calls to drm_connector_register_all()Chris Wilson2016-06-211-8/+0
| * drm/rockchip: Finish initialization before registering DRM deviceTomasz Figa2016-06-211-14/+7
| * drm/omapdrm: don't call drm_helper_disable_unused_functionsDaniel Vetter2016-06-211-3/+0
| * 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/+6
| * 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/+10
| * drm: fix send_vblank_event use-after-free errorMatthew Auld2016-06-201-2/+2
| * dma-buf: remove dma_buf_debugfs_create_file()Mathias Krause2016-06-202-22/+9