summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2017-11-02drm/i915: Flush the irq and tasklets before asserting engine is idleChris Wilson
2017-11-02drm/i915: Use fallback forcewake if primary ack missingMika Kuoppala
2017-11-02drm/i915/guc: Add support for reset engine using GuC commandsMichel Thierry
2017-11-02drm/i915/guc: Rename the function that resets the GuCMichel Thierry
2017-11-02drm/i915/guc: Clear terminated attribute bit on GuC preemption contextJeff McGee
2017-11-01drm/i915/cnl: Symmetric scalers for each pipeMika Kahola
2017-11-01drm/i915: Give more details for the active-when-parking warning for the enginesChris Wilson
2017-11-01drm/i915: Move parking-while-active warning to intel_engines_park()Chris Wilson
2017-11-01drm/i915: Check that the breadcrumb wasn't disarmed automatically before parkingChris Wilson
2017-11-01drm/i915: Check incoming alignment for unfenced buffers (on i915gm)Chris Wilson
2017-10-31drm/i915/cnl: Remove unnecessary check in cnl_setup_private_ppatMichel Thierry
2017-10-31drm/i915: Remove most encoder->type uses from the audio codeVille Syrjälä
2017-10-31drm/i915: Pass around crtc and connector states for audioVille Syrjälä
2017-10-30drm/i915: Replace "cc-option -Wno-foo" with "cc-disable-warning foo"Chris Wilson
2017-10-30drm/i915: Use intel_ddi_get_config() for MSTVille Syrjälä
2017-10-30drm/i915: Pass a crtc state to ddi post_disable from MST codeVille Syrjälä
2017-10-30drm/i915: Eliminate pll->state usage from bxt_calc_pll_link()Ville Syrjälä
2017-10-30drm/i915: Nuke intel_ddi_get_encoder_port()Ville Syrjälä
2017-10-30drm/i915: Stop frobbing with DDI encoder->typeVille Syrjälä
2017-10-30drm/i915: Populate output_types from .get_config()Ville Syrjälä
2017-10-30drm/i915: Parse max HDMI TMDS clock from VBTVille Syrjälä
2017-10-30drm/i915/vbt: Fix HDMI level shifter and max data rate bitfield sizesVille Syrjälä
2017-10-27drm/i915: Clean up the mess around hdmi_12bpc_possible()Ville Syrjälä
2017-10-27drm/i915: Improve DP downstream HPD handlingVille Syrjälä
2017-10-27drm/i915: Fix BXT lane latency optimal setting with MSTVille Syrjälä
2017-10-27drm/i915: Stop using encoder->type in intel_ddi_enable_transcoder_func()Ville Syrjälä
2017-10-27drm/i915: Start using output_types for DPLL selectionVille Syrjälä
2017-10-27drm/i915: Pass crtc state to intel_prepare_dp_ddi_buffers()Ville Syrjälä
2017-10-27drm/i915: Don't use encoder->type in intel_ddi_set_pipe_settings()Ville Syrjälä
2017-10-27drm/i915: Hold rcu_read_lock when iterating over the radixtree (vma idr)Chris Wilson
2017-10-27drm/i915: Hold rcu_read_lock when iterating over the radixtree (objects)Chris Wilson
2017-10-27drm/i915: Empty the ring before disablingChris Wilson
2017-10-27drm/i915/edp: clean up code and comments around eDP DPCD readJani Nikula
2017-10-27drm/i915/edp: read edp display control registers unconditionallyJani Nikula
2017-10-27drm/i915: Calculate ironlake intermediate watermarks correctly, v2.Maarten Lankhorst
2017-10-27drm/i915: Do not rely on wm preservation for ILK watermarksMaarten Lankhorst
2017-10-26drm/i915: Cancel the modeset retry work during modeset cleanupManasi Navare
2017-10-26drm/i915: Add -Wall -Wextra to our build, set warnings to fullChris Wilson
2017-10-26drm/i915: Include RING_MODE when dumping the engine stateChris Wilson
2017-10-26drm/i915/huc: Use helper function while waiting for DMA completionMichal Wajdeczko
2017-10-26drm/i915/guc: Preemption! With GuCMichał Winiarski
2017-10-26drm/i915: Rename helpers used for unwinding, use macro for can_preemptMichał Winiarski
2017-10-26drm/i915/guc: Keep request->priority for its lifetimeMichał Winiarski
2017-10-26drm/i915: Add information needed to track engine preempt stateMichał Winiarski
2017-10-26drm/i915: Extract "emit write" part of emit breadcrumb functionsMichał Winiarski
2017-10-26drm/i915/guc: Split guc_wq_item_appendMichał Winiarski
2017-10-26drm/i915/guc: Add a second client, to be used for preemptionDave Gordon
2017-10-26drm/i915/guc: Add preemption action to GuC firmware interfaceMichał Winiarski
2017-10-26drm/i915/guc: Allocate separate shared data object for GuC communicationMichał Winiarski
2017-10-26drm/i915/guc: Extract GuC stage desc pool creation into a helperMichał Winiarski