aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_display.c
AgeCommit message (Expand)Author
2014-04-25drm/i915: Break encoder->crtc link separately in intel_sanitize_crtc()Egbert Eich
2014-04-23drm/i915: Don't check gmch state on inherited configsDaniel Vetter
2014-04-05Merge tag 'drm-intel-fixes-2014-04-04' of git://anongit.freedesktop.org/drm-i...Dave Airlie
2014-04-03Merge tag 'drm-intel-next-2014-03-21' of git://anongit.freedesktop.org/drm-in...Dave Airlie
2014-04-01drm: Replace crtc fb with primary plane fb (v3)Matt Roper
2014-04-01drm/i915: Restrict plane loops to only operate on overlay planes (v2)Matt Roper
2014-04-01drm/i915: vlv: reserve the GT power context only once during driver initImre Deak
2014-03-31drm/i915/display: prefer struct drm_i915_private to drm_i915_private_tJani Nikula
2014-03-31drm/i915: Make sure vsyncshift is positiveVille Syrjälä
2014-03-31drm/i915: Fix the interlace mode selection for gmch platformsVille Syrjälä
2014-03-31drm/i915: Program VSYNCSHIFT in a more consistent mannerVille Syrjälä
2014-03-31drm/i915/vlv: use W_SYNC_SHIFT for interlaced modes on VLVJesse Barnes
2014-03-28drm/i915: Recompute WM when the cursor size changesChris Wilson
2014-03-28drm/i915: Fix initial pipe underrun state trackingDaniel Vetter
2014-03-20drm/i915: Enabling 128x128 and 256x256 ARGB Cursor SupportSagar Kamble
2014-03-19drm/i915: update the PC8 and runtime PM documentationPaulo Zanoni
2014-03-19drm/i915: rename __hsw_do_{en, dis}able_pc8Paulo Zanoni
2014-03-19drm/i915: move pc8.irqs_disabled to pm.irqs_disabledPaulo Zanoni
2014-03-19drm/i915: remove dev_priv->pc8.enabledPaulo Zanoni
2014-03-19drm/i915: don't get/put PC8 when getting/putting power wellsPaulo Zanoni
2014-03-19drm/i915: remove an indirection level on PC8 functionsPaulo Zanoni
2014-03-19drm/i915: kill pc8.disable_countPaulo Zanoni
2014-03-19drm/i915: get runtime PM references when the GPU is idle/busyPaulo Zanoni
2014-03-19drm/i915: remove dev_priv->pc8.requirements_metPaulo Zanoni
2014-03-19drm/i915: make PC8 be part of runtime PM suspend/resumePaulo Zanoni
2014-03-19drm/i915: extract __hsw_do_{en, dis}able_package_c8Paulo Zanoni
2014-03-19drm/i915: Rename similar plane functions to avoid confusionMatt Roper
2014-03-18drm/i915: Remove spurious '()' in WARN macrosDamien Lespiau
2014-03-18Merge tag 'v3.14-rc7' into drm-nextDave Airlie
2014-03-18Merge remote-tracking branch 'airlied/drm-next' into drm-intel-nextDaniel Vetter
2014-03-12drm/i915: Reduce the time we hold struct mutex in intel_pipe_set_base()Ville Syrjälä
2014-03-10Merge tag 'v3.14-rc6' into drm-intel-next-queuedDaniel Vetter
2014-03-10drm/i915: Make encoder cloning more flexibleVille Syrjälä
2014-03-10drm/i915: Avoid requesting a zero-sized stolen objectChris Wilson
2014-03-10drm/i915: Prevent use-after-free of inherited framebufferChris Wilson
2014-03-08drm/i915: remove early fb allocation dependency on CONFIG_FB v2Jesse Barnes
2014-03-08drm/i915: Wrap the preallocated BIOS framebuffer and preserve for KMS fbcon v12Jesse Barnes
2014-03-08drm/i915: get_plane_config support for ILK+ v3Jesse Barnes
2014-03-08drm/i915: get_plane_config for i9xx v13Jesse Barnes
2014-03-08drm/i915: add plane_config fetching infrastructure v2Jesse Barnes
2014-03-07drm/i915: power domains: add vlv power wellsImre Deak
2014-03-07drm/i915: check pipe power domain when reading its hw stateImre Deak
2014-03-07drm/i915: add port power domainsImre Deak
2014-03-07drm/i915: move modeset_update_power_wells earlierImre Deak
2014-03-05drm/i915: Add a for_each_sprite() macroDamien Lespiau
2014-03-05drm/i915: Use a pipe variable to cycle through the pipesDamien Lespiau
2014-03-05drm/i915: Use DIV_ROUND_UP() when calculating number of required FDI lanesVille Syrjälä
2014-03-05drm/i915: Perform pageflip using mmio if the GPU is terminally wedgedChris Wilson
2014-03-05drm/i915: kill dev_priv->pc8.gpu_idlePaulo Zanoni
2014-03-05drm/i915: put runtime PM only at the end of intel_mark_idlePaulo Zanoni