summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_drv.h
AgeCommit message (Expand)AuthorFilesLines
2013-06-12drm/i915: disable sdvo pixel multiplier cross-check for HAS_PCH_SPLITDaniel Vetter1-1/+2
2013-06-10drm/i915: move shared_dpll into the pipe configDaniel Vetter1-2/+3
2013-06-10drm/i915: switch crtc->shared_dpll from a pointer to an enumDaniel Vetter1-1/+1
2013-06-10drm/i915: s/pch_pll/shared_dpll/Daniel Vetter1-1/+1
2013-06-07drm/i915: Track when we dirty the scanout with render commandsChris Wilson1-1/+2
2013-06-07drm/i915: pipe config quirk infrastructure plus sdvo mode.flags fixDaniel Vetter1-0/+11
2013-06-06i915/drm: Add private api for power well usageWang Xingchao1-0/+4
2013-06-06drm/i915: Disable/restore all sprite planes around modesetVille Syrjälä1-0/+1
2013-06-05drm/i915: consolidate and tighten encoder cloning checksDaniel Vetter1-1/+0
2013-06-04drm/i915: store adjusted dotclock in adjusted_mode->clockDaniel Vetter1-6/+7
2013-05-31drm/i915: implement IPS featurePaulo Zanoni1-0/+2
2013-05-31drm/i915: add haswell_update_sprite_wmPaulo Zanoni1-0/+12
2013-05-31drm/i915: add "enable" argument to intel_update_sprite_watermarksPaulo Zanoni1-1/+1
2013-05-24drm/i915: group sideband register accessors to a new fileJani Nikula1-4/+0
2013-05-21drm/i915: remove intel_update_linetime_watermarksPaulo Zanoni1-2/+0
2013-05-21drm/i915: add encoder get_config function v5Jesse Barnes1-0/+4
2013-05-21Merge tag 'v3.10-rc2' into drm-intel-next-queuedDaniel Vetter1-0/+1
2013-05-10drm/i915: make SDVO TV-out work for multifunction devicesDaniel Vetter1-1/+4
2013-05-10drm/i915: remove is_pch_edp() helpers and state variableImre Deak1-2/+0
2013-05-10drm/i915: use enc_to_intel_dp() instead of opencoding the sameImre Deak1-7/+5
2013-05-10drm/i915: HSW: allow PCH clock gating for suspendImre Deak1-0/+1
2013-05-10drm/i915: add intel_display_power_enabledPaulo Zanoni1-1/+2
2013-05-06drm/i915: make intel_cpt_verify_modeset staticDaniel Vetter1-1/+0
2013-05-06drm/i915: make set_m_n functions staticDaniel Vetter1-4/+0
2013-05-04drm/i915: hsw: fix link training for eDP on port-AImre Deak1-0/+1
2013-04-30drm/i915: move lvds_border_bits to pipe_configDaniel Vetter1-0/+1
2013-04-29drm/i915: implement fdi auto-ditheringDaniel Vetter1-0/+7
2013-04-29drm/i915: split up fdi_set_m_n into computation and hw setupDaniel Vetter1-1/+2
2013-04-29drm/i915: move intel_crtc->fdi_lanes to pipe_configDaniel Vetter1-1/+3
2013-04-26drm/i915: move PCH pfit controls into pipe_configJesse Barnes1-5/+13
2013-04-26drm/i915: factor out GMCH panel fitting code and use for eDP v3Jesse Barnes1-0/+6
2013-04-25drm/i915: use pipe_config for lvds ditheringDaniel Vetter1-0/+5
2013-04-25drm/i915: keep max backlight internal to intel_panel.cJani Nikula1-2/+2
2013-04-20drm/i915: Make struct dpll == intel_clock_tVille Syrjälä1-5/+13
2013-04-19drm/i915: report Gen5+ CPU and PCH FIFO underrunsPaulo Zanoni1-0/+11
2013-04-19drm/i915: update VLV PLL and DPIO code v11Jesse Barnes1-0/+14
2013-04-19drm/i915/dp: program VSwing and Preemphasis control settings on VLV v2Pallavi G1-0/+2
2013-04-18drm/i915: move cpu_transcoder to the pipe configurationDaniel Vetter1-1/+4
2013-04-18drm/i915: (re)init HPD interrupt storm statisticsEgbert Eich1-0/+4
2013-04-18drm/i915: add intel_using_power_wellPaulo Zanoni1-0/+1
2013-04-03drm/i915: create pipe_config->dpll for clock stateDaniel Vetter1-0/+12
2013-04-03drm/i915: remove leaky eDP functionsDaniel Vetter1-3/+0
2013-04-03drm/i915: track dp target_clock in pipe_configDaniel Vetter1-1/+6
2013-04-03drm/i915: move dp_m_n computation to dp_encoder->compute_configDaniel Vetter1-3/+3
2013-04-03drm/i915: clear up the fdi/dp set_m_n confusionDaniel Vetter1-0/+5
2013-04-02drm/i915: sprite support for ValleyView v4Jesse Barnes1-1/+2
2013-03-28drm/i915: fix up _wait_for macroDaniel Vetter1-2/+11
2013-03-28drm/i915: fold wait_for_atomic_us into wait_for_atomicDaniel Vetter1-13/+2
2013-03-28drm/i915: convert DP autodither code to new infrastructureDaniel Vetter1-3/+0
2013-03-28drm/i915: introduce pipe_config->dither|pipe_bppDaniel Vetter1-1/+3