aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_display.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-24drm/i915: preserve pipe A quirk in i9xx_set_pipeconfDaniel Vetter1-0/+4
2013-09-18drm/i915: Don't enable the cursor on a disable pipeVille Syrjälä1-2/+4
2013-09-18drm/i915: do not update cursor in crtc mode setJani Nikula1-9/+0
2013-09-10drm/i915: Use proper print format for debug printsTakashi Iwai1-3/+3
2013-09-08drm/i915: Track pfit enable state separately from sizeChris Wilson1-8/+13
2013-09-06drm/i915: Delay disabling of VGA memory until vgacon->fbcon handoff is doneVille Syrjälä1-11/+16
2013-09-06drm/i915: Confine page flips to BCS on ValleyviewChris Wilson1-1/+1
2013-09-04drm/i915: fix i9xx_crtc_clock_get for multiplied pixelsDaniel Vetter1-2/+1
2013-09-03i915: Update VGA arbiter support for newer devicesAlex Williamson1-0/+25
2013-09-03drm/i915: enable trickle feed on HaswellPaulo Zanoni1-3/+7
2013-09-03drm/i915: Use RCS flips on Ivybridge+Chris Wilson1-9/+31
2013-09-02Merge branch 'drm-next-3.12' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie1-30/+60
2013-08-30Merge tag 'drm-intel-next-2013-08-23' of git://people.freedesktop.org/~danvet/drm-intel into drm-nextDave Airlie1-92/+271
2013-08-30drm: Pass page flip ioctl flags to driverKeith Packard1-8/+15
2013-08-23drm/i915: Use POSTING_READ in lcpll codeDaniel Vetter1-1/+2
2013-08-23drm/i915: add i915.pc8_timeout functionPaulo Zanoni1-1/+1
2013-08-23drm/i915: allow package C8+ states on Haswell (disabled)Paulo Zanoni1-1/+169
2013-08-23drm/i915: fix SDEIMR assertion when disabling LCPLLPaulo Zanoni1-6/+2
2013-08-23drm/i915: grab force_wake when restoring LCPLLPaulo Zanoni1-0/+6
2013-08-23drm/i915: make IVB FDI training match spec v3Jesse Barnes1-70/+72
2013-08-22drm/i915: clarify Haswell power well bit namesPaulo Zanoni1-1/+1
2013-08-22drm/i915: check the power well when redisabling VGAPaulo Zanoni1-0/+11
2013-08-22drm/i915: Print the changes required for modesetChris Wilson1-0/+3
2013-08-22drm/i915: remove set but unused variablesPaulo Zanoni1-10/+2
2013-08-14drm/i915: Don't deref pipe->cpu_transcoder in the hangcheck codeChris Wilson1-29/+57
2013-08-10drm/i915: Track when an object is pinned for use by the display engineChris Wilson1-4/+4
2013-08-09drm/i915: expose HDMI connectors on port C on BYTJesse Barnes1-2/+7
2013-08-09drm/i915: Make intel_set_mode() staticDamien Lespiau1-3/+7
2013-08-09drm/i915: Remove intel_modeset_disable()Damien Lespiau1-10/+0
2013-08-09drm/i915: Make intel_encoder_dpms() staticDamien Lespiau1-2/+2
2013-08-07drm/i915: Don't call encoder's get_config unless encoder is activeVille Syrjälä1-1/+3
2013-08-06drm/i915: Export intel_framebuffer_finiChris Wilson1-3/+7
2013-08-05drm/i915: make user mode sync polarity setting explicitImre Deak1-0/+13
2013-08-05drm/i915: move encoder->enable callback later in VLV crtc enableJani Nikula1-4/+3
2013-08-05drm/i915: Acquire dpio_lock for VLV sideband programming in DP/HDMIChris Wilson1-4/+0
2013-08-05drm/i915: enable IPS for bpp <= 24Jesse Barnes1-1/+1
2013-08-04drm/i915: Remove useless defineStéphane Marchesin1-1/+0
2013-08-04drm/i915: clean up crtc timings computationDaniel Vetter1-6/+3
2013-08-04drm/i915: rip out legacy encoder->mode_set callbackDaniel Vetter1-9/+1
2013-08-04drm/i915: rip out legacy encoder->mode_fixup logicDaniel Vetter1-16/+3
2013-07-26drm/i915: fix pnv display core clock readout outDaniel Vetter1-1/+28
2013-07-25drm/i915: Colocate all GT access routines in the same fileChris Wilson1-2/+1
2013-07-25Merge commit 'Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux'Daniel Vetter1-19/+50
2013-07-24drm/i915: add functions to disable and restore LCPLLPaulo Zanoni1-0/+136
2013-07-24drm/i915: disable CLKOUT_DP when it's not neededPaulo Zanoni1-4/+32
2013-07-24drm/i915: extend lpt_enable_clkout_dpPaulo Zanoni1-13/+30
2013-07-20drm/i915: quirk no PCH_PWM_ENABLE for Dell XPS13 backlightKamal Mostafa1-0/+16
2013-07-19drm/i915: extract lpt_enable_clkout_dp from lpt_init_pch_refclkPaulo Zanoni1-16/+22
2013-07-19drm/i915: extract FDI mPHY functions from lpt_init_pch_refclkPaulo Zanoni1-34/+45
2013-07-19drm/i915: remove SDV support from lpt_pch_init_refclkPaulo Zanoni1-70/+34