summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_drv.h
AgeCommit message (Expand)AuthorFilesLines
2017-01-19drm/i915: Track pinned vma in intel_plane_stateChris Wilson1-2/+7
2017-01-10drm/i915: Use new CRC debugfs APITomeu Vizoso1-0/+6
2017-01-04Merge tag 'drm-misc-next-2016-12-30' of git://anongit.freedesktop.org/git/drm...Daniel Vetter1-0/+3
2017-01-02drm/i915: Move intel_atomic_get_shared_dpll_state() to intel_dpll_mgr.cAnder Conselvan de Oliveira1-2/+0
2016-12-30drm/i915: Rename intel_shared_dpll_config to intel_shared_dpll_stateAnder Conselvan de Oliveira1-2/+2
2016-12-19drm/i915: Add a cursor hack to allow converting legacy page flip to atomic, v3.Maarten Lankhorst1-0/+2
2016-12-19drm/i915: Prevent PPS stealing from a normal DP port on VLV/CHVVille Syrjälä1-0/+6
2016-12-18drm: Don't include <drm/drm_encoder.h> in <drm/drm_crtc.h>Laurent Pinchart1-0/+1
2016-12-13drm/i915: Intel panel downclock cleanupMika Kahola1-1/+1
2016-12-13drm/i915: Intel panel detection cleanupMika Kahola1-1/+1
2016-12-13drm/i915: Move all the DP compliance data to a separate structManasi Navare1-3/+11
2016-12-13drm/i915: Find fallback link rate/lane countManasi Navare1-0/+2
2016-12-13drm/i915: Compute sink's max lane count/link BW at HotplugManasi Navare1-0/+4
2016-12-13drm/i915/debugfs: Move out pipe CRC codeTomeu Vizoso1-0/+5
2016-12-07drm/i915: Add intel_atomic_get_existing_crtc_state functionMahesh Kumar1-0/+14
2016-12-05drm/i915: Validate mode against max. link data rate for DP MSTDhinakaran Pandiyan1-0/+2
2016-12-01drm/i915: Make intel_pm_setup take dev_privTvrtko Ursulin1-1/+1
2016-11-29drm/i915: abstract ddi being audio enabledLibin Yang1-0/+2
2016-11-29drm/i915: Convert vm->dev backpointer to vm->i915Chris Wilson1-1/+1
2016-11-25drm/i915: Pass dev_priv to intel_setup_outputs()Ander Conselvan de Oliveira1-10/+12
2016-11-24drm/i915: Remove all ->config dereferences from intel_hdmi, v2.Maarten Lankhorst1-1/+3
2016-11-23drm/i915: Add crtc->plane_ids_maskVille Syrjälä1-1/+2
2016-11-23drm/i915: Add per-pipe plane identifierVille Syrjälä1-1/+2
2016-11-23drm/i915/lspcon: Wait for expected LSPCON mode to settleImre Deak1-0/+1
2016-11-23drm/i915/lspcon: Add dp_to_lspcon helper()Imre Deak1-0/+6
2016-11-17drm/i915: dev_priv cleanup in intel_dp.cTvrtko Ursulin1-1/+1
2016-11-17drm/i915: make i915 the source of acpi device ids for _DODJani Nikula1-0/+3
2016-11-15drm/i915/gen9+: Kill off hw_ddb from intel_crtc.Maarten Lankhorst1-8/+3
2016-11-15drm/i915/gen9+: Program watermarks as a separate step during evasion, v3.Maarten Lankhorst1-7/+0
2016-11-14drm/i915: Kill dp_encoder_is_mstVille Syrjälä1-1/+0
2016-11-09drm/i915: Pass atomic state to intel_audio_codec_enable, v2.Maarten Lankhorst1-1/+3
2016-11-01drm/i915: Pass dev_priv to intel_init_pm()Ville Syrjälä1-1/+1
2016-11-01drm/i915: Pass dev_priv to intel_suspend_hw()Ville Syrjälä1-1/+1
2016-11-01drm/i915: Pass dev_priv to init_clock_gatingVille Syrjälä1-1/+1
2016-11-01drm/i915: Pass dev_priv to intel_get_crtc_for_pipe()Ville Syrjälä1-5/+3
2016-11-01drm/i915: Pass dev_priv to vlv force pll functionsVille Syrjälä1-2/+2
2016-11-01drm/i915: Pass dev_priv to intel_wait_for_vblank()Ville Syrjälä1-5/+5
2016-11-01drm/i915: Store struct intel_crtc * in {pipe,plane}_to_crtc_mapping[]Ville Syrjälä1-4/+3
2016-11-01drm/i915: Pass intel_crtc to update_wm functionsVille Syrjälä1-1/+1
2016-11-01drm/i915: Pass intel_crtc to intel_crtc_active()Ville Syrjälä1-1/+1
2016-11-01drm/i915: Pass dev_priv to plane constructorsVille Syrjälä1-1/+1
2016-11-01drm/i915/gen9+: Use the watermarks from crtc_state for everything, v2.Maarten Lankhorst1-1/+0
2016-11-01drm/i915/skl+: Remove minimum block allocation from crtc state.Maarten Lankhorst1-4/+0
2016-11-01drm/i915/skl+: Remove data_rate from watermark struct, v2.Maarten Lankhorst1-4/+0
2016-10-31drm/i915: Bail if plane/crtc init failsVille Syrjälä1-1/+2
2016-10-28drm/i915: Restore nonblocking awaits for modesettingChris Wilson1-0/+2
2016-10-28drm/i915: Move GEM activity tracking into a common struct reservation_objectChris Wilson1-3/+0
2016-10-28drm/i915: Use macro in place of open-coded for_each_universal_plane loopMatt Roper1-9/+0
2016-10-28drm/i915: Move broxton phy code to intel_dpio_phy.cAnder Conselvan de Oliveira1-6/+0
2016-10-26drm/i915/lspcon: Add workaround for resuming in PCON modeImre Deak1-0/+3