summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-11-02drm/i915: ensure oa config uuid is null terminatedLionel Landwerlin11-22/+22
2017-11-02drm/i915: Flush the irq and tasklets before asserting engine is idleChris Wilson1-3/+4
2017-11-02drm/i915: Use fallback forcewake if primary ack missingMika Kuoppala2-12/+130
2017-11-02drm/i915/guc: Add support for reset engine using GuC commandsMichel Thierry5-7/+39
2017-11-02drm/i915/guc: Rename the function that resets the GuCMichel Thierry3-4/+4
2017-11-02drm/i915/guc: Clear terminated attribute bit on GuC preemption contextJeff McGee1-0/+15
2017-11-01drm/i915/cnl: Symmetric scalers for each pipeMika Kahola1-1/+4
2017-11-01drm/i915: Give more details for the active-when-parking warning for the enginesChris Wilson1-7/+13
2017-11-01drm/i915: Move parking-while-active warning to intel_engines_park()Chris Wilson2-7/+7
2017-11-01drm/i915: Check that the breadcrumb wasn't disarmed automatically before parkingChris Wilson1-1/+2
2017-11-01drm/i915: Check incoming alignment for unfenced buffers (on i915gm)Chris Wilson1-0/+4
2017-10-31drm/i915/cnl: Remove unnecessary check in cnl_setup_private_ppatMichel Thierry1-6/+0
2017-10-31drm/i915: Remove most encoder->type uses from the audio codeVille Syrjälä1-3/+3
2017-10-31drm/i915: Pass around crtc and connector states for audioVille Syrjälä7-102/+132
2017-10-30drm/i915: Replace "cc-option -Wno-foo" with "cc-disable-warning foo"Chris Wilson1-6/+6
2017-10-30drm/i915: Use intel_ddi_get_config() for MSTVille Syrjälä3-54/+4
2017-10-30drm/i915: Pass a crtc state to ddi post_disable from MST codeVille Syrjälä2-14/+29
2017-10-30drm/i915: Eliminate pll->state usage from bxt_calc_pll_link()Ville Syrjälä1-12/+5
2017-10-30drm/i915: Nuke intel_ddi_get_encoder_port()Ville Syrjälä3-35/+18
2017-10-30drm/i915: Stop frobbing with DDI encoder->typeVille Syrjälä7-36/+47
2017-10-30drm/i915: Populate output_types from .get_config()Ville Syrjälä11-4/+33
2017-10-30drm/i915: Parse max HDMI TMDS clock from VBTVille Syrjälä4-10/+50
2017-10-30drm/i915/vbt: Fix HDMI level shifter and max data rate bitfield sizesVille Syrjälä1-2/+2
2017-10-27drm/i915: Clean up the mess around hdmi_12bpc_possible()Ville Syrjälä1-3/+8
2017-10-27drm/i915: Improve DP downstream HPD handlingVille Syrjälä1-0/+18
2017-10-27drm/i915: Fix BXT lane latency optimal setting with MSTVille Syrjälä4-6/+26
2017-10-27drm/i915: Stop using encoder->type in intel_ddi_enable_transcoder_func()Ville Syrjälä1-10/+5
2017-10-27drm/i915: Start using output_types for DPLL selectionVille Syrjälä1-23/+13
2017-10-27drm/i915: Pass crtc state to intel_prepare_dp_ddi_buffers()Ville Syrjälä1-16/+9
2017-10-27drm/i915: Don't use encoder->type in intel_ddi_set_pipe_settings()Ville Syrjälä1-23/+24
2017-10-27drm/i915: Hold rcu_read_lock when iterating over the radixtree (vma idr)Chris Wilson1-0/+2
2017-10-27drm/i915: Hold rcu_read_lock when iterating over the radixtree (objects)Chris Wilson1-0/+2
2017-10-27drm/i915: Empty the ring before disablingChris Wilson2-2/+10
2017-10-27drm/i915/edp: clean up code and comments around eDP DPCD readJani Nikula1-3/+7
2017-10-27drm/i915/edp: read edp display control registers unconditionallyJani Nikula1-3/+10
2017-10-27drm/i915: Calculate ironlake intermediate watermarks correctly, v2.Maarten Lankhorst1-1/+8
2017-10-27drm/i915: Do not rely on wm preservation for ILK watermarksMaarten Lankhorst2-31/+21
2017-10-26drm/i915: Cancel the modeset retry work during modeset cleanupManasi Navare1-1/+18
2017-10-26drm/i915: Add -Wall -Wextra to our build, set warnings to fullChris Wilson1-1/+20
2017-10-26drm/i915: Include RING_MODE when dumping the engine stateChris Wilson1-2/+7
2017-10-26drm/i915/huc: Use helper function while waiting for DMA completionMichal Wajdeczko1-1/+1
2017-10-26drm/i915/guc: Preemption! With GuCMichał Winiarski7-18/+222
2017-10-26drm/i915: Rename helpers used for unwinding, use macro for can_preemptMichał Winiarski4-20/+25
2017-10-26drm/i915/guc: Keep request->priority for its lifetimeMichał Winiarski1-1/+0
2017-10-26drm/i915: Add information needed to track engine preempt stateMichał Winiarski1-0/+7
2017-10-26drm/i915: Extract "emit write" part of emit breadcrumb functionsMichał Winiarski2-20/+46
2017-10-26drm/i915/guc: Split guc_wq_item_appendMichał Winiarski1-25/+30
2017-10-26drm/i915/guc: Add a second client, to be used for preemptionDave Gordon3-35/+86
2017-10-26drm/i915/guc: Add preemption action to GuC firmware interfaceMichał Winiarski1-0/+39
2017-10-26drm/i915/guc: Allocate separate shared data object for GuC communicationMichał Winiarski3-13/+39