summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)Author
2015-05-08drm/i915: Simplify error handling in __intel_set_mode()Ander Conselvan de Oliveira
2015-05-08drm/i915: Move compute part of __intel_set_mode() to separate functionAnder Conselvan de Oliveira
2015-05-08drm/i915: Remove saved_mode from __intel_set_mode()Ander Conselvan de Oliveira
2015-05-08drm/i915: Remove all *_pipes flags from modesetAnder Conselvan de Oliveira
2015-05-08drm/i915: Calculate a new pipe_config based on new enabled stateAnder Conselvan de Oliveira
2015-05-08drm/i915: Don't pretend we can calculate multiple pipe_configsAnder Conselvan de Oliveira
2015-05-08drm/i915: Add crtc states before calling compute_config()Ander Conselvan de Oliveira
2015-05-08drm/i915: Extract mode_changed computation out of stage_output_config()Ander Conselvan de Oliveira
2015-05-08drm/i915: Use for_each_connector_in_state helper macroAnder Conselvan de Oliveira
2015-05-08drm/i915: Call drm helpers when duplicating crtc and plane statesAnder Conselvan de Oliveira
2015-05-08drm/i915: Don't check for NULL before freeing stateAnder Conselvan de Oliveira
2015-05-08drm/i915: Move toggling planes out of crtc enable/disable.Maarten Lankhorst
2015-05-08drm/i915: Rename intel_crtc_dpms_overlay.Maarten Lankhorst
2015-05-08drm/i915: Move intel_(pre_disable/post_enable)_primary to intel_display.c, an...Maarten Lankhorst
2015-05-08drm/i915: get rid of primary_enabled and use atomic stateMaarten Lankhorst
2015-05-08drm/i915: Use the disable callback for disabling planes.Maarten Lankhorst
2015-05-08drm/i915: Add a way to disable planes without updating stateMaarten Lankhorst
2015-05-08drm/i915: Remove implicitly disabling primary plane for nowMaarten Lankhorst
2015-05-08drm/i915: Add debugfs test control files for Displayport compliance testingTodd Previte
2015-05-08drm/i915: Implement the intel_dp_autotest_edid function for DP EDID complainc...Todd Previte
2015-05-08drm/i915/bxt: Add WaForceContextSaveRestoreNonCoherentNick Hoath
2015-05-08drm/i915/skl: Fix WaDisableChickenBitTSGBarrierAckForFFSliceCSDamien Lespiau
2015-05-08drm/i915: Add missing POSTING_READ()s to BXT dbuf enable sequenceVille Syrjälä
2015-05-08drm/i915: s/9/intel_freq_opcode(450)/Ville Syrjälä
2015-05-08drm/i915/skl: Add module parameter to select edp vswing tableSonika Jindal
2015-05-08drm/i915/bxt: Add WaDisableSbeCacheDispatchPortSharingNick Hoath
2015-05-08drm/i915: Use POSTING_READ() in intel_sdvo_write_sdvox()Ville Syrjälä
2015-05-08drm/i915/bxt: BLC implementationVandana Kannan
2015-05-08drm/i915: Free wa_batchbuffer when freeing error stateMika Kuoppala
2015-05-08drm/i915/audio: do not mess with audio registers if port is invalidJani Nikula
2015-05-08drm/i915/skl: Make the Misc I/O power well part of the PLLS domainDamien Lespiau
2015-05-08drm/i915: Merge the GEN9 memory latency PCU opcode with its friendsDamien Lespiau
2015-05-08drm/i915: Re-order the PCU opcodesDamien Lespiau
2015-05-08drm/i915/skl: Fix the CTRL typo in the DPLL_CRTL1 definesDamien Lespiau
2015-05-08drm/i915/skl: Add the INIT power domain to the MISC I/O power wellDamien Lespiau
2015-05-08drm/i915: Fix 32b overflow check in gen8_ppgtt_alloc_page_directoriesMichel Thierry
2015-05-08drm/i915: Clear vma->bound on unbindingMika Kuoppala
2015-05-08drm/i915: make drm_crtc_helper_funcs const dataJani Nikula
2015-05-08drm/i915: DP link training optimizationMika Kahola
2015-05-08drm/i915: eDP link training optimizationMika Kahola
2015-05-08drm/i915: Setup static bias for GPUDeepak S
2015-05-08drm/i915: checking IS_ERR() instead of NULLDan Carpenter
2015-05-08drm/i915: Remove incorrect restriction on 32bit offsets in ppGTT backendChris Wilson
2015-05-08drm/i915: Add RPS thresholds to debugfs/i915_frequency_infoChris Wilson
2015-05-08drm/i915: use ERR_CAST instead of ERR_PTR/PTR_ERRFabian Frederick
2015-05-08drm/i915: Do not clear mappings beyond VMA sizeJoonas Lahtinen
2015-05-08drm/i915: Move Displayport test request and sink IRQ logic to intel_dp_detect()Todd Previte
2015-05-08drm/i915/skl: Enable runtime PMSuketu Shah
2015-05-08drm/i915/skl: Assert the requirements to enter or exit DC6.Suketu Shah
2015-05-08Implement enable/disable for Display C6 stateA.Sunil Kamath