summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)AuthorFilesLines
2017-10-16drm/i915: Update DMC firmware load error messagesMichal Wajdeczko2-15/+17
2017-10-16drm/i915/uc: Add message with firmware urlMichal Wajdeczko2-0/+4
2017-10-16drm/i915/uc: Improve debug messages in firmware fetchMichal Wajdeczko1-29/+46
2017-10-16drm/i915/guc: Pick better place for Guc final status messageMichal Wajdeczko2-6/+6
2017-10-16drm/i915/uc: Check all firmwares against WOPCM sizeMichal Wajdeczko1-8/+9
2017-10-16drm/i915/guc: Reorder functions in intel_guc_fw.cMichal Wajdeczko1-40/+41
2017-10-16drm/i915/guc: Rename intel_guc_loader.c to intel_guc_fw.cMichal Wajdeczko5-12/+43
2017-10-16drm/i915/guc: Move doc near related definitionsMichal Wajdeczko3-23/+16
2017-10-16drm/i915/guc: Small fixups post code moveMichal Wajdeczko2-7/+8
2017-10-16drm/i915/guc: Move GuC boot param initialization out of xferMichal Wajdeczko4-85/+94
2017-10-16drm/i915: Move intel_guc_wopcm_size to intel_guc.cMichal Wajdeczko2-11/+11
2017-10-16drm/i915: enable to read CSB and CSB write pointer from HWSP in GVT-g VMWeinan Li4-5/+12
2017-10-13drm/i915: Use bdw_ddi_translations_fdi for BroadwellChris Wilson1-2/+2
2017-10-13drm/i915: Always stop the rings before a missing GPU resetChris Wilson1-6/+7
2017-10-13drm/i915: Keep the rings stopped until they have been re-initializedChris Wilson1-5/+3
2017-10-13drm/i915: Stop asserting on set-wedged vs nop_submit_request orderingChris Wilson1-2/+0
2017-10-13drm/i915: Split intel_enable_ddi() into DP and HDMI variantsVille Syrjälä1-34/+46
2017-10-13drm/i915: Plumb crtc_state etc. directly to intel_ddi_pre_enable_{dp,hdmi}()Ville Syrjälä1-34/+20
2017-10-13drm/i915: Split intel_disable_ddi() into DP vs. HDMI variantsVille Syrjälä1-17/+28
2017-10-13drm/i915: Remove useless eDP check from intel_ddi_pre_enable_dp()Ville Syrjälä1-2/+2
2017-10-13drm/i915: Split intel_ddi_post_disable() into DP vs. HDMI variantsVille Syrjälä1-39/+56
2017-10-13drm/i915: Inline the required bits of intel_ddi_post_disable() into intel_ddi...Ville Syrjälä1-1/+2
2017-10-13drm/i915: Extract intel_disable_ddi_buf()Ville Syrjälä1-17/+24
2017-10-13drm/i915: Extract intel_ddi_clk_disable()Ville Syrjälä1-8/+16
2017-10-13drm/i915: Dump 'output_types' in crtc state dumpVille Syrjälä1-0/+51
2017-10-13drm/i915: Replace *_reference/unreference() or *_ref/unref with _get/put()Harsha Sharma2-7/+7
2017-10-13drm/i915: Get rid of hardcoded pipesMika Kahola1-6/+8
2017-10-13drm/i915: Add retries for LSPCON detectionShashank Sharma1-2/+11
2017-10-13drm/i915: Don't give up waiting on INVALID_MODEShashank Sharma1-5/+4
2017-10-13drm/i915/bdw: Fix DP_AUX_CH_CTL_TIME_OUT settingJames Ausmus1-1/+1
2017-10-13drm/i915: Fix DP_AUX_CH_CTL_TIME_OUT namingJames Ausmus2-2/+2
2017-10-12drm/i915/selftests: Exercise adding requests to a full GGTTChris Wilson4-5/+163
2017-10-12drm/i915/selftests: Wrap a timer into a i915_sw_fenceChris Wilson4-0/+172
2017-10-12drm/i915: Fix eviction when the GGTT is idle but fullChris Wilson1-24/+39
2017-10-12drm/i915: Start tracking PSR state in crtc stateVille Syrjälä3-40/+52
2017-10-12drm/i915: Update DRIVER_DATE to 20171012Jani Nikula1-2/+2
2017-10-12drm/i915: Simplify intel_sanitize_enable_ppgttJoonas Lahtinen1-6/+4
2017-10-12drm/i915/userptr: Drop struct_mutex before cleanupChris Wilson1-1/+2
2017-10-11drm/i915/dp: limit sink rates based on rateJani Nikula1-19/+7
2017-10-11drm/i915/dp: centralize max source rate conditions moreJani Nikula1-12/+7
2017-10-11drm/i915: Allow PCH platforms fall back to BIOS LVDS modeVille Syrjälä1-5/+0
2017-10-11drm/i915: Reuse normal state readout for LVDS/DVO fixed modeVille Syrjälä4-67/+39
2017-10-11drm/i915: Use rcu instead of stop_machine in set_wedgedDaniel Vetter3-29/+62
2017-10-11drm/i915: Introduce separate status variable for RC6 and LLC ring frequency s...Sagar Arun Kamble3-23/+43
2017-10-11drm/i915: Create generic functions to control RC6, RPSSagar Arun Kamble1-46/+70
2017-10-11drm/i915: Create generic function to setup LLC ring frequency tableSagar Arun Kamble1-4/+20
2017-10-11drm/i915: Rename intel_enable_rc6 to intel_rc6_enabledSagar Arun Kamble5-10/+11
2017-10-11drm/i915: Name structure in dev_priv that contains RPS/RC6 state as "gt_pm"Sagar Arun Kamble10-276/+330
2017-10-11drm/i915: Move rps.hw_lock to dev_priv and s/hw_lock/pcu_lockSagar Arun Kamble9-105/+105
2017-10-11drm/i915: Name i915_runtime_pm structure in dev_priv as "runtime_pm"Sagar Arun Kamble7-23/+23