aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915 (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-28drm/i915: Introduce an internal allocator for disposable private objectsChris Wilson7-24/+197
2016-10-28drm/i915: Defer active reference until requiredChris Wilson8-10/+71
2016-10-28drm/i915: Remove unused i915_gem_active_wait() in favour of _unlocked()Chris Wilson2-32/+4
2016-10-28drm/i915: Rearrange i915_wait_request() accounting with callersChris Wilson9-243/+316
2016-10-28drm/i915: Remove superfluous wait_for_error() from throttle-ioctlChris Wilson1-4/+0
2016-10-28drm/i915: Allow i915_sw_fence_await_sw_fence() to allocateChris Wilson2-4/+44
2016-10-28drm/i915: Support asynchronous waits on struct fence from i915_gem_requestChris Wilson5-4/+58
2016-10-28drm/i915: Remove insert-page shortcut from execbuf relocate_iomap()Chris Wilson1-9/+1
2016-10-28drm/i915: Use macro in place of open-coded for_each_universal_plane loopMatt Roper2-10/+1
2016-10-28drm/i915: Rename for_each_plane -> for_each_universal_planeMatt Roper4-4/+4
2016-10-28drm/i915: Change the placement of some static functions in intel_dp.cNavare, Manasi D1-75/+75
2016-10-28drm/i915: Address broxton phy registers based on phy and channel numberAnder Conselvan de Oliveira4-120/+175
2016-10-28drm/i915: Add location of the Rcomp resistor to bxt_ddi_phy_infoAnder Conselvan de Oliveira2-32/+55
2016-10-28drm/i915: Create a struct to hold information about the broxton physAnder Conselvan de Oliveira2-12/+62
2016-10-28drm/i915: Move broxton vswing sequence to intel_dpio_phy.cAnder Conselvan de Oliveira3-33/+47
2016-10-28drm/i915: Move DPIO phy documentation section to intel_dpio_phy.cAnder Conselvan de Oliveira2-90/+92
2016-10-28drm/i915: Move broxton phy code to intel_dpio_phy.cAnder Conselvan de Oliveira4-326/+341
2016-10-28drm/i915: Pass lane count to bxt_ddi_phy_calc_lane_optmin_mask()Ander Conselvan de Oliveira1-4/+4
2016-10-28drm/i915: Explicitly map broxton DPIO power wells to physAnder Conselvan de Oliveira2-15/+12
2016-10-28drm/i915: Rename struct i915_power_well field data to idAnder Conselvan de Oliveira2-57/+58
2016-10-28Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter7-53/+54
2016-10-27drm/i915: Correct pipe fault reporting stringTvrtko Ursulin1-1/+1
2016-10-27Merge tag 'gvt-next-2016-10-27' of https://github.com/01org/gvt-linux into drm-intel-next-queuedDaniel Vetter10-37/+83
2016-10-27drm/i915/gvt: fix nested sleeping issueDu, Changbin1-7/+12
2016-10-27drm/i915/gvt: throw error basing on execlist submit resultBing Niu1-3/+6
2016-10-27drm/i915/gvt: add full vGPU reset supportPing Gao3-2/+14
2016-10-26drm/i915/DMC/KBL: Load DMC on KBL using the no_stepping_info arrayAnusha Srivatsa1-10/+1
2016-10-26drm/i915: Fix SKL+ 90/270 degree rotated plane coordinate computationVille Syrjälä1-1/+2
2016-10-26drm/i915: fix comment on I915_{READ, WRITE}_FWArkadiusz Hiler1-3/+22
2016-10-26drm/i915/lspcon: Add workaround for resuming in PCON modeImre Deak3-2/+40
2016-10-26drm/i915/lspcon: Get DDC adapter via container_of() instead of cached ptrImre Deak2-5/+11
2016-10-26drm/i915/dp: Read DP descriptor for eDP and LSPCON tooImre Deak3-1/+6
2016-10-26drm/i915/lspcon: Fail LSPCON probe if the start of DPCD can't be readImre Deak3-1/+8
2016-10-26drm/i915/dp: Print full branch/sink descriptorImre Deak2-41/+32
2016-10-26drm/i915/dp: Print only sink or branch specific OUI based on dev typeImre Deak1-6/+6
2016-10-26drm/i915/dp: Remove debug dependency of DPCD SW/HW revision readImre Deak1-6/+0
2016-10-26drm/dp: Factor out helper to distinguish between branch and sink devicesImre Deak1-7/+4
2016-10-26drm/i915/audio: set proper N/M in modesetLibin Yang2-1/+99
2016-10-26drm/i915/audio: drop extra crtc clock check from HDMI audio N lookupJani Nikula1-10/+9
2016-10-26drm/i915: Refresh that status of MST capable connectors in ->detect()Ville Syrjälä1-10/+0
2016-10-26drm/i915: Remove two invalid warnsTvrtko Ursulin1-3/+0
2016-10-26drm/i915: Rotated view does not need a fenceTvrtko Ursulin1-1/+6
2016-10-26drm/i915/gvt: correct the reset logicPing Gao1-1/+5
2016-10-26drm/i915/gvt: add vreg write for GDRST handlerPing Gao1-0/+1
2016-10-26drm/i915/gvt: fix detect_host calling logicXiaoguang Chen1-1/+4
2016-10-26drm/i915/gvt: fix an typo in skl_decode_mi_display_flipMin He1-1/+1
2016-10-25drm/i915/guc: WA to address the Ringbuffer coherency issueAkash Goel1-0/+6
2016-10-25dma-buf: Rename struct fence to dma_fenceChris Wilson7-53/+54
2016-10-25drm/i915: Include the kernel uptime in the error stateChris Wilson3-2/+16
2016-10-25drm/i915: Mark the GuC log buffer flush interrupts handling WQ as freezableAkash Goel1-3/+12