summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2016-10-28drm/i915: Wait first for submission, before waiting for request completionChris Wilson
2016-10-28drm/i915: Queue the idling context switch after all other timelinesChris Wilson
2016-10-28drm/i915: Combine seqno + tracking into a global timeline structChris Wilson
2016-10-28drm/i915: Restore nonblocking awaits for modesettingChris Wilson
2016-10-28drm/i915: Move GEM activity tracking into a common struct reservation_objectChris Wilson
2016-10-28drm/i915: Use lockless object freeChris Wilson
2016-10-28drm/i915: Move object release to a freelist + workerChris Wilson
2016-10-28drm/i915: Acquire the backing storage outside of struct_mutex in set-domainChris Wilson
2016-10-28drm/i915: Implement pwrite without struct-mutexChris Wilson
2016-10-28drm/i915: Implement pread without struct-mutexChris Wilson
2016-10-28drm/i915/dmabuf: Acquire the backing storage outside of struct_mutexChris Wilson
2016-10-28drm/i915: Move object backing storage manipulation to its own lockingChris Wilson
2016-10-28drm/i915: Pass around sg_table to get_pages/put_pages backendChris Wilson
2016-10-28drm/i915: Refactor object page APIChris Wilson
2016-10-28drm/i915: Use radixtree to jump start intel_partial_pages()Chris Wilson
2016-10-28drm/i915: Use a radixtree for random access to the object's backing storageChris Wilson
2016-10-28drm/i915: Markup GEM API with lockdep assertsChris Wilson
2016-10-28drm/i915: Reuse the active golden render state batchChris Wilson
2016-10-28drm/i915: Introduce an internal allocator for disposable private objectsChris Wilson
2016-10-28drm/i915: Defer active reference until requiredChris Wilson
2016-10-28drm/i915: Remove unused i915_gem_active_wait() in favour of _unlocked()Chris Wilson
2016-10-28drm/i915: Rearrange i915_wait_request() accounting with callersChris Wilson
2016-10-28drm/i915: Remove superfluous wait_for_error() from throttle-ioctlChris Wilson
2016-10-28drm/i915: Allow i915_sw_fence_await_sw_fence() to allocateChris Wilson
2016-10-28drm/i915: Support asynchronous waits on struct fence from i915_gem_requestChris Wilson
2016-10-28drm/i915: Remove insert-page shortcut from execbuf relocate_iomap()Chris Wilson
2016-10-28drm/i915: Use macro in place of open-coded for_each_universal_plane loopMatt Roper
2016-10-28drm/i915: Rename for_each_plane -> for_each_universal_planeMatt Roper
2016-10-28drm/i915: Change the placement of some static functions in intel_dp.cNavare, Manasi D
2016-10-28drm/i915: Address broxton phy registers based on phy and channel numberAnder Conselvan de Oliveira
2016-10-28drm/i915: Add location of the Rcomp resistor to bxt_ddi_phy_infoAnder Conselvan de Oliveira
2016-10-28drm/i915: Create a struct to hold information about the broxton physAnder Conselvan de Oliveira
2016-10-28drm/i915: Move broxton vswing sequence to intel_dpio_phy.cAnder Conselvan de Oliveira
2016-10-28drm/i915: Move DPIO phy documentation section to intel_dpio_phy.cAnder Conselvan de Oliveira
2016-10-28drm/i915: Move broxton phy code to intel_dpio_phy.cAnder Conselvan de Oliveira
2016-10-28drm/i915: Pass lane count to bxt_ddi_phy_calc_lane_optmin_mask()Ander Conselvan de Oliveira
2016-10-28drm/i915: Explicitly map broxton DPIO power wells to physAnder Conselvan de Oliveira
2016-10-28drm/i915: Rename struct i915_power_well field data to idAnder Conselvan de Oliveira
2016-10-28Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter
2016-10-28Merge branch 'linux-4.9' of git://github.com/skeggsb/linux into drm-nextDave Airlie
2016-10-28Merge tag 'topic/drm-misc-2016-10-27' of git://anongit.freedesktop.org/git/dr...Dave Airlie
2016-10-27drm/amdgpu: turn on/off uvd clock when dpm enable/disable on CIRex Zhu
2016-10-27drm/amdgpu: disable dpm before turn off clock when vce idle.Rex Zhu
2016-10-27drm/amdgpu: enable uvd bypass mode for CI/VI.Rex Zhu
2016-10-27drm/amdgpu: just not load smc firmware if smu is already runningRex Zhu
2016-10-27drm/amdgpu: when suspend, set boot state instand of disable dpm.Rex Zhu
2016-10-27drm/amdgpu: use failed label to handle context init failureHuang Rui
2016-10-27drm/i915: Correct pipe fault reporting stringTvrtko Ursulin
2016-10-27Merge tag 'gvt-next-2016-10-27' of https://github.com/01org/gvt-linux into dr...Daniel Vetter
2016-10-27drm/bridge: fix platform_no_drv_owner.cocci warningskbuild test robot