summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2016-11-25drm/i915: Pass dev_priv to intel_setup_outputs()Ander Conselvan de Oliveira14-115/+105
2016-11-25drm/i915: Integrate i915_sw_fence with debugobjectsChris Wilson4-7/+161
2016-11-25drm/i915: Hold a reference on the request for its fence chainChris Wilson2-7/+32
2016-11-25drm/i915: Assert no external observers when unwind a failed request allocChris Wilson1-0/+5
2016-11-25drm/i915: Add is-completed assert to request retire entrypointChris Wilson1-0/+2
2016-11-25drm/i915/debugfs: Update pageflip informationChris Wilson1-2/+2
2016-11-25drm/i915: Rename i915_gem_timeline.next_seqno to .seqnoJoonas Lahtinen3-10/+10
2016-11-24drm/i915/audio: fix hdmi audio noise issueLibin Yang1-2/+5
2016-11-24drm/i915: Use the precomputed value for whether to enable command parsingChris Wilson5-28/+6
2016-11-24drm/i915/debugfs: Increment return value of gt.next_seqnoChris Wilson1-1/+1
2016-11-24drm/i915: kick out cmd_parser specific structs from i915_drv.hMatthew Auld2-96/+96
2016-11-24drm/i915: cleanup use of INSTR_CLIENT_MASKMatthew Auld2-4/+3
2016-11-24drm/i915/debugfs: Drop i915_hws_infoChris Wilson1-25/+0
2016-11-24drm/i915: Remove all ->config dereferences from intel_hdmi, v2.Maarten Lankhorst3-90/+93
2016-11-23drm/i915: Simplify error handling in intel_modeset_all_pipes()Ville Syrjälä1-5/+6
2016-11-23drm/i915: Protect dev_priv->atomic_cdclk_freq with all the crtc locksVille Syrjälä2-6/+44
2016-11-23drm/i915: Fix cdclk vs. dev_cdclk mess when not recomputing thingsVille Syrjälä1-3/+5
2016-11-23drm/i915/bxt: Correct dual-link MIPI port control.Bob Paauwe1-1/+4
2016-11-23drm/i915: Use enum plane_id in VLV/CHV wm codeVille Syrjälä1-37/+36
2016-11-23drm/i915: Use enum plane_id in VLV/CHV sprite codeVille Syrjälä3-64/+70
2016-11-23drm/i915: Use enum plane_id in SKL plane codeVille Syrjälä2-36/+37
2016-11-23drm/i915: Use enum plane_id in SKL wm codeVille Syrjälä1-103/+77
2016-11-23drm/i915: Add crtc->plane_ids_maskVille Syrjälä3-1/+9
2016-11-23drm/i915: Add per-pipe plane identifierVille Syrjälä4-8/+26
2016-11-23drm/i915: Make skl_write_{plane,cursor}_wm() staticVille Syrjälä1-7/+7
2016-11-23drm/i915: i915_gem_alloc_context_obj can be staticTvrtko Ursulin2-6/+3
2016-11-23drm/i915/guc: Remove unused intel_guc_fw struct memberTvrtko Ursulin2-2/+0
2016-11-23drm/i915/lspcon: Remove unused force change mode parameterImre Deak1-4/+3
2016-11-23drm/i915/lspcon: Wait for expected LSPCON mode to settleImre Deak3-8/+68
2016-11-23drm/i915/lspcon: Add dp_to_lspcon helper()Imre Deak2-4/+9
2016-11-23drm/i915/lspcon: Ensure AUX CH is awake while in DP Sleep stateImre Deak1-1/+20
2016-11-22drm/i915: Stop the machine as we install the wedged submit_request handlerChris Wilson1-5/+21
2016-11-22drm/i915: Complete requests in nop_submit_requestChris Wilson1-0/+2
2016-11-22drm/i915: Disable hangcheck when wedgedChris Wilson2-0/+5
2016-11-22drm/i915: Don't deref context->file_priv ERR_PTR upon resetChris Wilson1-8/+4
2016-11-22drm/i915: Add a kerneldoc summary for i915_perf.cRobert Bragg1-0/+163
2016-11-22drm/i915: Add more Haswell OA metric setsRobert Bragg1-1/+558
2016-11-22drm/i915: add dev.i915.oa_max_sample_rate sysctlRobert Bragg1-11/+50
2016-11-22drm/i915: Add dev.i915.perf_stream_paranoid sysctl optionRobert Bragg2-1/+50
2016-11-22drm/i915: advertise available metrics via sysfsRobert Bragg5-0/+116
2016-11-22drm/i915: Enable i915 perf stream for Haswell OA unitRobert Bragg3-27/+1413
2016-11-22drm/i915: Add 'render basic' Haswell OA unit configRobert Bragg4-1/+194
2016-11-22drm/i915: don't whitelist oacontrol in cmd parserRobert Bragg1-37/+5
2016-11-22drm/i915: return EACCES for check_cmd() failuresRobert Bragg1-2/+5
2016-11-22drm/i915: rename OACONTROL GEN7_OACONTROLRobert Bragg3-4/+4
2016-11-22drm/i915: Add i915 perf infrastructureRobert Bragg4-0/+547
2016-11-21drm/i915: Wipe hang stats as an embedded structMika Kuoppala6-49/+29
2016-11-21drm/i915: Add per client max context ban limitMika Kuoppala4-4/+43
2016-11-21drm/i915: Add bannable context parameterMika Kuoppala4-30/+21
2016-11-21drm/i915: Use request retirement as context progressMika Kuoppala3-14/+39