aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-06-21drm: document drm_auth.cDaniel Vetter9-57/+119
2016-06-21drm: Clear up master tracking booleansDaniel Vetter2-10/+5
2016-06-21drm: Extract drm_is_current_masterDaniel Vetter8-17/+25
2016-06-21drm: Refactor drop/set master code a bitDaniel Vetter3-42/+44
2016-06-21drm: Lobotomize set_busid nonsense for !pci driversDaniel Vetter17-41/+64
2016-06-21drm: Nuke SET_UNIQUE ioctlDaniel Vetter3-100/+1
2016-06-21drm: Don't call drm_dev_set_unique from platform driversDaniel Vetter5-33/+11
2016-06-21drm/vgem: Stop calling drm_drv_set_uniqueDaniel Vetter1-2/+0
2016-06-21drm: Use dev->name as fallback for dev->uniqueDaniel Vetter2-11/+6
2016-06-21drm: Clean up drm_crtc.hDaniel Vetter5-133/+150
2016-06-21drm: Move master pointer from drm_minor to drm_deviceDaniel Vetter8-26/+34
2016-06-21drm: sti: rework init sequenceBenjamin Gaignard5-74/+100
2016-06-21drm: sti: use late_register and early_unregister callbacksBenjamin Gaignard16-69/+198
2016-06-21drm/amdkfd: Clean up inline handlingDaniel Vetter2-5/+2
2016-06-21drm: Add callbacks for late registeringBenjamin Gaignard4-2/+197
2016-06-21drm/fsl-dcu: use drm_mode_config_cleanup on initialization errorsStefan Agner1-7/+6
2016-06-21drm/mediatek: Remove IOMMU_DMA selectArnd Bergmann1-1/+0
2016-06-21Documentation/DocBook: remove gpu.tmplJani Nikula3-3530/+1
2016-06-21Documentation/gpu: split up mm, kms and kms-helpers from internalsJani Nikula5-1373/+1379
2016-06-21Documentation/gpu: convert the KMS properties table to CSVJani Nikula2-257/+131
2016-06-21Documentation/gpu: use recommended order of heading markersJani Nikula4-106/+110
2016-06-21MAINTAINERS: add Documentation/gpu and Documentation/gpu/i915.rstJani Nikula1-0/+2
2016-06-21Documentation/gpu: split up the gpu documentationJani Nikula6-2596/+2593
2016-06-21Documentation/gpu: add new gpu.rst converted from DocBook gpu.tmplJani Nikula2-0/+2602
2016-06-21drm/crtc-helper: disable_unused_functions really isn't for atomicDaniel Vetter1-0/+3
2016-06-21drm/rcar-du: Remove redundant calls to drm_connector_register_all()Chris Wilson1-5/+0
2016-06-21drm/msm: Remove redundant calls to drm_connector_register_all()Chris Wilson1-8/+0
2016-06-21drm/mediatek: Remove redundant calls to drm_connector_register_all()Chris Wilson1-7/+0
2016-06-21drm/hisilicon: Remove redundant calls to drm_connector_register_all()Chris Wilson1-8/+0
2016-06-21drm/atmel-hlcdc: Remove redundant calls to drm_connector_register_all()Chris Wilson1-7/+0
2016-06-21drm/arc: Remove redundant calls to drm_connector_register_all()Chris Wilson1-8/+0
2016-06-21drm/rockchip: Finish initialization before registering DRM deviceTomasz Figa1-14/+7
2016-06-21drm/omapdrm: don't call drm_helper_disable_unused_functionsDaniel Vetter1-3/+0
2016-06-20drm: Mark set/drop master ioctl as unlocked.Daniel Vetter1-2/+2
2016-06-20drm: Mark authmagic ioctls as unlockedDaniel Vetter1-2/+2
2016-06-20drm: Protect authmagic with master_mutexDaniel Vetter1-8/+6
2016-06-20drm: Move authmagic cleanup into drm_master_releaseDaniel Vetter2-5/+5
2016-06-20drm: Only do the hw.lock cleanup in master_relase for !MODESETDaniel Vetter1-9/+11
2016-06-20drm: Prevent NULL deref in drm_name_info()Chris Wilson1-11/+10
2016-06-20drm: fix send_vblank_event use-after-free errorMatthew Auld1-2/+2
2016-06-20dma-buf: remove dma_buf_debugfs_create_file()Mathias Krause2-22/+9
2016-06-20dma-buf: remove dma_buf directory on bufinfo file creation errorsMathias Krause1-1/+4
2016-06-20dma-buf: propagate errors from dma_buf_describe() on debugfs readMathias Krause1-11/+3
2016-06-20drm/i915: Avoid use-after-free of intel_encoder in intel_dp_connector_destrpyChris Wilson1-2/+3
2016-06-19drm/i915: Move backlight unregistration to connector unregistrationChris Wilson3-15/+12
2016-06-19drm/i915: Move intel_connector->unregister to connector->early_unregisterChris Wilson12-51/+32
2016-06-19drm: Protect drm_connector_register_all() under DRIVER_MODESETChris Wilson1-2/+4
2016-06-17drm: Deal with rotation in drm_plane_helper_check_update()Ville Syrjälä7-10/+25
2016-06-17drm: Automatically register/unregister all connectorsChris Wilson2-8/+8
2016-06-17drm: Minimally initialise drm_dp_auxChris Wilson2-5/+24