summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-misc-next-2017-03-21' of git://anongit.freedesktop.org/git/drm...Dave Airlie2017-03-2267-479/+2766
|\
| * drm/edid: detect SCDC support in HF-VSDBShashank Sharma2017-03-215-2/+199
| * drm/edid: detect SCDC support in HF-VSDBShashank Sharma2017-03-212-0/+47
| * drm/edid: check for HF-VSDB blockThierry Reding2017-03-212-0/+16
| * drm: Add SCDC helpersThierry Reding2017-03-214-1/+269
| * drm: bridge: dw-hdmi: add HDMI vendor specific infoframe configNickey Yang2017-03-212-0/+57
| * drm/bridge: dw_hdmi: support i2c extended read modeNickey Yang2017-03-211-14/+24
| * drm/msm: add stubs for msm_{perf,rd}_debugfs_cleanupArnd Bergmann2017-03-201-0/+2
| * drm: bochs: Don't remove uninitialized fbdev framebufferGabriel Krisman Bertazi2017-03-201-5/+4
| * drm: vc4: remove redundant check of plane being non-nullColin Ian King2017-03-181-9/+2
| * drm/vc4: use platform_register_driversPhilipp Zabel2017-03-181-14/+8
| * dma-fence: add dma_fence_match_context helperPhilipp Zabel2017-03-172-0/+28
| * drm/vc4: Add HDMI audio supportEric Anholt2017-03-163-2/+603
| * dt-bindings: Document the dmas and dma-names properties for VC4 HDMIBoris Brezillon2017-03-161-0/+3
| * drm/atmel-hlcdc: Fix suspend/resume implementationBoris Brezillon2017-03-163-51/+21
| * drm: Skip the waitqueue setup for vblank queriesChris Wilson2017-03-161-11/+13
| * drm: Defer disabling the vblank IRQ until the next interrupt (for instant-off)Chris Wilson2017-03-161-2/+12
| * drm/doc: atomic overview, with graphDaniel Vetter2017-03-142-1/+85
| * drm/doc: diagram for mode objects and propertiesDaniel Vetter2017-03-141-0/+22
| * drm/doc: Consistent kerneldoc include orderDaniel Vetter2017-03-144-38/+38
| * drm/doc: Add KMS overview graphsDaniel Vetter2017-03-142-1/+137
| * Merge tag 'doc-4.11-images' of git://git.lwn.net/linux into drm-misc-nextDaniel Vetter2017-03-1411077-199103/+461302
| |\
| | * docs-rst: automatically convert Graphviz and SVG imagesMarkus Heiser2017-03-096-6/+665
| | * doc: Explain light-handed markup preference a bit betterDaniel Vetter2017-03-091-1/+16
| | * Documentation: cpu-freq: cpu-drivers: Fix repetition of word 'to'sayli karnik2017-03-091-1/+1
| | * Documentation: ABI: testing: sysfs-bus-pci: Fix repetition of word 'the'sayli karnik2017-03-091-1/+1
| | * Documentation: phy: Fix repetition of word 'the'sayli karnik2017-03-091-1/+1
| | * docs: Clarify details for reporting security bugsKees Cook2017-03-071-5/+34
| | * Merge tag 'v4.11-rc1' into docs-nextJonathan Corbet2017-03-0712371-225790/+517052
| | |\
| * | | drm/gem: Add DEFINE_DRM_GEM_FOPSDaniel Vetter2017-03-143-15/+30
| * | | drm: Create DEFINE_DRM_GEM_CMA_FOPS and roll it out to driversDaniel Vetter2017-03-1417-158/+46
| * | | drm/vgem: switch to postcloseDaniel Vetter2017-03-141-2/+2
| * | | drm/doc: Document drm_file.[hc]Daniel Vetter2017-03-145-114/+354
| * | | drm: Remove drm_pending_event->pidDaniel Vetter2017-03-144-16/+12
| * | | drm: qxl: add missing return checkDan Carpenter2017-03-141-0/+2
| * | | drm: virtio: fix kmem_cache_alloc error checkGerd Hoffmann2017-03-141-2/+2
| * | | drm/tinydrm: fix semicolon.cocci warningskbuild test robot2017-03-141-2/+2
| * | | drm/rockchip: cdn-dp: add more log for video configChris Zhong2017-03-131-0/+4
| * | | drm/rockchip: cdn-dp: Correct PHY register addressChris Zhong2017-03-131-6/+5
| * | | drm/rockchip: cdn-dp: return error code when clk_get_rate failedChris Zhong2017-03-133-4/+5
* | | | Merge tag 'drm-intel-next-2017-03-20' of git://anongit.freedesktop.org/git/dr...Dave Airlie2017-03-2272-1842/+2661
|\ \ \ \
| * | | | drm/i915: Update DRIVER_DATE to 20170320Daniel Vetter2017-03-201-2/+2
| * | | | drm/i915: Initialise i915_gem_object_create_from_data() directlyChris Wilson2017-03-171-16/+29
| * | | | drm/i915: Correct error handling for i915_gem_object_create_from_data()Chris Wilson2017-03-171-2/+2
| * | | | drm/i915: i915_gem_object_create_from_data() doesn't require struct_mutexChris Wilson2017-03-172-5/+1
| * | | | drm/i915: Retire an active batch pool object rather than allocate newChris Wilson2017-03-171-20/+17
| * | | | drm/i915: Add i810/i815 pci-ids for completenessChris Wilson2017-03-171-0/+8
| * | | | drm/i915: Skip execlists_dequeue() early if the list is emptyChris Wilson2017-03-172-0/+24
| * | | | drm/i915: Stop using obj->obj_exec_link outside of execbufChris Wilson2017-03-171-25/+35
| * | | | drm/i915: Squelch WARN for VLV_COUNTER_CONTROLChris Wilson2017-03-171-6/+13