summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_display.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-07drm/i915: Break encoder->crtc link separately in intel_sanitize_crtc()Egbert Eich1-12/+14
2014-01-25drm/i915: Don't grab crtc mutexes in intel_modeset_gem_init()Ville Syrjälä1-2/+2
2014-01-09drm/i915: Use the correct GMCH_CTRL register for Sandybridge+Chris Wilson1-2/+3
2014-01-09drm/i915: Take modeset locks around intel_modeset_setup_hw_state()Ville Syrjälä1-0/+2
2013-12-20drm/i915: Fix pipe CSC post offset calculationVille Syrjälä1-1/+1
2013-12-04drm/i915: flush cursors harderDaniel Vetter1-0/+4
2013-10-18drm/i915: Only apply DPMS to the encoder if enabledChris Wilson1-6/+2
2013-10-05drm/i915: preserve pipe A quirk in i9xx_set_pipeconfDaniel Vetter1-0/+4
2013-08-11drm/i915: make SDVO TV-out work for multifunction devicesDaniel Vetter1-3/+5
2013-08-04drm/i915: quirk no PCH_PWM_ENABLE for Dell XPS13 backlightKamal Mostafa1-0/+16
2013-08-04drm/i915: Fix dereferencing invalid connectors in is_crtc_connector_off()Chris Wilson1-10/+13
2013-06-03drm/i915: Quirk the pipe A quirk in the modeset state checkerDaniel Vetter1-0/+5
2013-05-22drm/i915: force full modeset if the connector is in DPMS OFF modeImre Deak1-2/+22
2013-05-21drm/i915: Propagate errors back from fb set-baseChris Wilson1-15/+10
2013-04-23drm/i915: Make data/link N value power of twoVille Syrjälä1-8/+18
2013-04-18drm/i915: fix bpc vs. bpp confusion in intel_crtc_compute_configDaniel Vetter1-2/+2
2013-04-18drm/i915: move cpu_transcoder to the pipe configurationDaniel Vetter1-16/+21
2013-04-18drm/i915: don't intel_crt_init on any ULT machinesPaulo Zanoni1-1/+1
2013-04-18drm/i915: Fixup pfit disabling for gen2/3Daniel Vetter1-7/+21
2013-04-18drm/i915: Fixup Oops in the pipe config computationDaniel Vetter1-10/+13
2013-04-18drm/i915: ensure single initialization and cleanup of backlight deviceJani Nikula1-0/+3
2013-04-18drm/i915: don't touch the PF regs if the power well is downPaulo Zanoni1-3/+7
2013-04-18drm/i915: add intel_using_power_wellPaulo Zanoni1-2/+2
2013-04-18drm/i915: don't check inconsistent modeset state when force-restoringDaniel Vetter1-6/+24
2013-04-18drm/i915: update FDI mPHY setup codeDaniel Vetter1-7/+0
2013-04-18drm/i915: tune down Y tiling scanout warningDaniel Vetter1-2/+4
2013-04-18drm/i915: set CB tuning also for the reduce clockDaniel Vetter1-2/+7
2013-04-18drm/i915: fix FP CB tuning limits for lvdsDaniel Vetter1-1/+1
2013-04-18drm/i915: fix lost FP_CB_TUNE setting for pch pllsDaniel Vetter1-3/+3
2013-04-06drm/i915: Support PCH no displayBen Widawsky1-0/+3
2013-04-05drm/i915: Set PIPECONF color range bit on ValleyviewVille Syrjälä1-0/+7
2013-04-05drm/i915: extract i9xx_set_pipeconfDaniel Vetter1-55/+65
2013-04-03drm/i915: create pipe_config->dpll for clock stateDaniel Vetter1-72/+83
2013-04-03drm/i915: hw readout support for ->has_pch_encodersDaniel Vetter1-9/+25
2013-04-03drm/i915: add hw state readout/checking for pipe_configDaniel Vetter1-10/+67
2013-04-03drm/i915: rip out superflous is_dp&is_cpu_edp trackingDaniel Vetter1-30/+7
2013-04-03drm/i915: track dp target_clock in pipe_configDaniel Vetter1-22/+3
2013-04-03drm/i915: move dp_m_n computation to dp_encoder->compute_configDaniel Vetter1-14/+16
2013-04-03drm/i915: clear up the fdi/dp set_m_n confusionDaniel Vetter1-31/+55
2013-04-03Merge tag 'v3.9-rc5' into drm-intel-next-queuedDaniel Vetter1-5/+5
2013-04-02drm/i915: add sprite assertion function for VLVJesse Barnes1-0/+20
2013-04-02drm/i915: sprite support for ValleyView v4Jesse Barnes1-4/+7
2013-04-02drm/i915: Skip modifying PCH DREF if not changing clock sourcesChris Wilson1-22/+61
2013-03-28drm/i915: fixup fb bpp computation in pipe_config_set_bppDaniel Vetter1-10/+21
2013-03-28drm/i915: check fb->pixel_format instead of bits_per_pixelDaniel Vetter1-4/+2
2013-03-28drm/i915: clean up pipe bpp confusionDaniel Vetter1-0/+8
2013-03-28drm/i915: clean up plane bpp confusionDaniel Vetter1-12/+8
2013-03-28drm/i915: convert DP autodither code to new infrastructureDaniel Vetter1-4/+0
2013-03-28drm/i915: precompute pipe bpp before touching the hwDaniel Vetter1-151/+73
2013-03-28drm/i915: introduce pipe_config->dither|pipe_bppDaniel Vetter1-8/+17