Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queued
[cascardo/linux.git] / drivers /
2016-06-24 Daniel VetterMerge remote-tracking branch 'airlied/drm-next' into...
2016-06-24 Dave AirlieMerge tag 'mediatek-drm-2016-06-20' of git://git.pengut...
2016-06-24 Dave AirlieMerge branch 'drm/next/du' of git://linuxtv.org/pinchar...
2016-06-24 Dave AirlieMerge tag 'drm-intel-next-2016-06-20' of git://anongit...
2016-06-24 Dave AirlieMerge tag 'topic/drm-misc-2016-06-22-updated' of git...
2016-06-24 Dave AirlieMerge tag 'drm-sii902x' of github.com:bbrezillon/linux...
2016-06-22 Ville Syrjälädrm/i915: Refresh cached DP port register value on...
2016-06-22 Imre Deakdrm/i915: Sanity check PPS HW state
2016-06-22 Imre Deakdrm/i915: Factor out helper to read out PPS HW state
2016-06-22 Imre Deakdrm/i915: Deduplicate PPS register retrieval
2016-06-22 Imre Deakdrm/i915/bxt: Fix PPS lost state after suspend breaking...
2016-06-22 Imre Deakdrm/i915: Group all the PPS init steps to one place
2016-06-22 Imre Deakdrm/i915: Initialize the PPS HW before its first use
2016-06-22 Imre Deakdrm/i915/ibx, cpt: Don't attempt to register eDP if...
2016-06-22 Daniel Vetterdrm/vc4: Remove unused connector
2016-06-22 Chris Wilsondrm/fb-helper: Reduce READ_ONCE(master) to lockless_der...
2016-06-22 Chris Wilsondrm/sun4i: Remove open-coded drm_connector_register_all()
2016-06-22 Chris Wilsondrm/vc4: Remove open-coded drm_connector_register_all()
2016-06-22 Chris Wilsondrm/atmel-hlcdc: Remove redundant call to drm_connector...
2016-06-21 Daniel Vetterdrm: document drm_auth.c
2016-06-21 Daniel Vetterdrm: Clear up master tracking booleans
2016-06-21 Daniel Vetterdrm: Extract drm_is_current_master
2016-06-21 Daniel Vetterdrm: Refactor drop/set master code a bit
2016-06-21 Daniel Vetterdrm: Lobotomize set_busid nonsense for !pci drivers
2016-06-21 Daniel Vetterdrm: Nuke SET_UNIQUE ioctl
2016-06-21 Daniel Vetterdrm: Don't call drm_dev_set_unique from platform drivers
2016-06-21 Daniel Vetterdrm/vgem: Stop calling drm_drv_set_unique
2016-06-21 Daniel Vetterdrm: Use dev->name as fallback for dev->unique
2016-06-21 Daniel Vetterdrm: Clean up drm_crtc.h
2016-06-21 Daniel Vetterdrm: Move master pointer from drm_minor to drm_device
2016-06-21 Benjamin Gaignarddrm: sti: rework init sequence
2016-06-21 Benjamin Gaignarddrm: sti: use late_register and early_unregister callbacks
2016-06-21 Daniel Vetterdrm/amdkfd: Clean up inline handling
2016-06-21 Benjamin Gaignarddrm: Add callbacks for late registering
2016-06-21 Tvrtko Ursulindrm/i915/guc: Remove one unnecessary variable
2016-06-21 Stefan Agnerdrm/fsl-dcu: use drm_mode_config_cleanup on initializat...
2016-06-21 Arnd Bergmanndrm/mediatek: Remove IOMMU_DMA select
2016-06-21 Maarten Lankhorstdrm/i915: Use connector_type for printing in intel_conn...
2016-06-21 Maarten Lankhorstdrm/i915: Use atomic state and connector_type in i915_s...
2016-06-21 Maarten Lankhorstdrm/i915: Use connector_type instead of intel_encoder...
2016-06-21 Maarten Lankhorstdrm/i915: Use connector->name in drrs debugfs.
2016-06-21 Chris Wilsondrm/i915/gvt: Mark i915.enable_gvt as false if loading...
2016-06-21 Zhi Wangdrm/i915: Set the access right of kernel param "i915...
2016-06-21 Michał Winiarskidrm/i915: Set softmin frequency on idle->busy transition
2016-06-21 Dave Gordondrm/i915/guc: index host arrays by i915 engine ID,...
2016-06-21 Daniel Vetterdrm/crtc-helper: disable_unused_functions really isn...
2016-06-21 Chris Wilsondrm/rcar-du: Remove redundant calls to drm_connector_re...
2016-06-21 Chris Wilsondrm/msm: Remove redundant calls to drm_connector_regist...
2016-06-21 Chris Wilsondrm/mediatek: Remove redundant calls to drm_connector_r...
2016-06-21 Chris Wilsondrm/hisilicon: Remove redundant calls to drm_connector_...
2016-06-21 Chris Wilsondrm/atmel-hlcdc: Remove redundant calls to drm_connecto...
2016-06-21 Chris Wilsondrm/arc: Remove redundant calls to drm_connector_regist...
2016-06-21 Tomasz Figadrm/rockchip: Finish initialization before registering...
2016-06-21 Chris Wilsondrm/i915/fbdev: Flush mode configuration before lastclose
2016-06-21 Chris Wilsondrm/i915/fbdev: Limit the global async-domain synchroni...
2016-06-21 Chris Wilsondrm/i915/fbdev: Perform async fbdev initialisation...
2016-06-21 Daniel Vetterdrm/omapdrm: don't call drm_helper_disable_unused_functions
2016-06-20 Chris Wilsondrm/i915: use ORIGIN_CPU for frontbuffer invalidation...
2016-06-20 Paulo Zanonidrm/i915/fbc: sanitize i915.enable_fbc during FBC init
2016-06-20 Paulo Zanonidrm/i915/fbc: update busy_bits even for GTT and flip...
2016-06-20 Lyudedrm/i915/fbc: Disable on HSW by default for now
2016-06-20 Daniel Vetterdrm: Mark set/drop master ioctl as unlocked.
2016-06-20 Daniel Vetterdrm: Mark authmagic ioctls as unlocked
2016-06-20 Daniel Vetterdrm: Protect authmagic with master_mutex
2016-06-20 Daniel Vetterdrm: Move authmagic cleanup into drm_master_release
2016-06-20 Daniel Vetterdrm: Only do the hw.lock cleanup in master_relase for...
2016-06-20 Kuninori Morimotodrm: rcar-du: error message is not needed for EPROBE_DEFER
2016-06-20 Kuninori Morimotodrm: rcar-du: error message is not needed for drm_vblan...
2016-06-20 Sergei Shtylyovrcar-du: add/rename DEFR6 TCON bits
2016-06-20 Chris Wilsondrm: Prevent NULL deref in drm_name_info()
2016-06-20 Matthew Aulddrm: fix send_vblank_event use-after-free error
2016-06-20 Mathias Krausedma-buf: remove dma_buf_debugfs_create_file()
2016-06-20 Mathias Krausedma-buf: remove dma_buf directory on bufinfo file creat...
2016-06-20 Mathias Krausedma-buf: propagate errors from dma_buf_describe() on...
2016-06-20 Chris Wilsondrm/i915: pwrite/pread do not require obj->base.filp...
2016-06-20 Chris Wilsondrm/i915: Extract checking for backing struct pages...
2016-06-20 Boris Brezillondrm/bridge: Add sii902x driver
2016-06-20 Chris Wilsondrm/i915: Avoid use-after-free of intel_encoder in...
2016-06-20 Mika Kaholadrm/i915: Revert DisplayPort fast link training feature
2016-06-19 Daniel Vetterdrm/i915: Update DRIVER_DATE to 20160620
2016-06-19 Chris Wilsondrm/i915: Move backlight unregistration to connector...
2016-06-19 Chris Wilsondrm/i915: Move intel_connector->unregister to connector...
2016-06-18 Chris Wilsondrm: Protect drm_connector_register_all() under DRIVER_...
2016-06-17 Zhi Wangdrm/i915: Introduce GVT context creation API
2016-06-17 Zhi Wangdrm/i915: Support LRC context single submission
2016-06-17 Zhi Wangdrm/i915: Introduce execlist context status change...
2016-06-17 Zhi Wangdrm/i915: Make addressing mode bits in context descript...
2016-06-17 Zhi Wangdrm/i915: Make ring buffer size of a LRC context config...
2016-06-17 Zhi Wangdrm/i915: gvt: Introduce the basic architecture of...
2016-06-17 Zhi Wangdrm/i915: Fold vGPU active check into inner functions
2016-06-17 Zhi Wangdrm/i915: Use offsetof() to calculate the offset of...
2016-06-17 Zhi Wangdrm/i915: Factor out i915_pvinfo.h
2016-06-17 Ville Syrjälädrm: Deal with rotation in drm_plane_helper_check_update()
2016-06-17 Chris Wilsondrm: Automatically register/unregister all connectors
2016-06-17 Chris Wilsondrm: Minimally initialise drm_dp_aux
2016-06-17 Chris Wilsondrm: Pass the drm_dp_aux->hw_mutex to i2c for its locking
2016-06-17 Daniel Vetterdrm/sti: Don't call drm_helper_disable_unused_functions
2016-06-17 Chris Wilsondrm/i915: Serialise presentation with imported dmabufs
2016-06-17 Chris Wilsondrm: Automatically unregister the connector during...
2016-06-17 Chris Wilsondrm: Make drm_connector_register() safe against multipl...
next