summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_display.c
AgeCommit message (Expand)Author
2014-10-21Merge branch 'drm-intel-next-fixes' into drm-intel-nextDaniel Vetter
2014-10-16drm/i915: Don't trust the DP_DETECT bit for eDP ports on CHVVille Syrjälä
2014-10-06drm/i915: Move DIV_ROUND_CLOSEST_ULL macro to headerU. Artie Eoff
2014-10-03drm/i915: s/pm._irqs_disabled/pm.irqs_enabled/Daniel Vetter
2014-10-01drm/i915: Move intel_display_set_init_power to intel_runtime_pm.cDaniel Vetter
2014-10-01drm/i915: Bikeshed rpm functions name a bit.Daniel Vetter
2014-10-01drm/i915: Remove intel_modeset_suspend_hwDaniel Vetter
2014-10-01drm/i915: Enable pixel replicated modes on BDW and HSW.Clint Taylor
2014-09-30Merge branch 'topic/skl-stage1' into drm-intel-next-queuedDaniel Vetter
2014-09-29Revert "drm/i915/bdw: BDW Software Turbo"Daniel Vetter
2014-09-24drm/i915/skl: Adjust assert_sprites_disabled()Damien Lespiau
2014-09-24drm/i915/skl: vfuncs for skl eld and global resourceSatheeshakrishna M
2014-09-24drm/i915/skl: SKL pipe misc programmingSatheeshakrishna M
2014-09-24drm/i915/skl: Don't try to read out the PCH transcoder state if not presentDamien Lespiau
2014-09-24drm/i915/skl: Don't create a VGA connector on SkylakeDamien Lespiau
2014-09-24drm/i915/skl: Implement the new update_plane() for primary planesDamien Lespiau
2014-09-24drm/i915/skl: Framebuffers need to be aligned to 256KB on SkylakeDamien Lespiau
2014-09-19drm/i915: DocBook integration for frontbuffer trackingDaniel Vetter
2014-09-19drm/i915: Clarify mmio_flip_lock lockingDaniel Vetter
2014-09-19drm/i915: Clarify uncore.lock lockingDaniel Vetter
2014-09-19drm/i915: Clarify event_lock locking, irq&mixed contextDaniel Vetter
2014-09-19drm/i915: Clarify event_lock locking, process contextDaniel Vetter
2014-09-19drm/i915: Move vblank enable earlier and disable laterVille Syrjälä
2014-09-19drm/i915: static inline for intel_wait_for_vblankDaniel Vetter
2014-09-19drm/i915: Use generic vblank waitDaniel Vetter
2014-09-19drm/i915: Only set CURSOR_PIPE_CSC_ENABLE when cursor is enabledVille Syrjälä
2014-09-19drm/i915: Move the cursor_base setup to i{845, 9xx}_update_cursor()Ville Syrjälä
2014-09-19drm/i915: create intel_update_pipe_size()Gustavo Padovan
2014-09-19drm/i915: remove !enabled handling from commit primary plane stepGustavo Padovan
2014-09-19drm/i915: split intel_primary_plane_setplane() into check() and commit()Gustavo Padovan
2014-09-19drm/i915: split intel_cursor_plane_update() into check() and commit()Gustavo Padovan
2014-09-19drm/i915: Wrap -EIO send-vblank event for failed pageflip in spinlockChris Wilson
2014-09-19drm/i915: Fix DVO 2x clock enable on 830MVille Syrjälä
2014-09-16Merge tag 'drm-intel-next-2014-09-05' of git://anongit.freedesktop.org/drm-in...Dave Airlie
2014-09-16drm: backmerge tag 'v3.17-rc5' into drm-nextDave Airlie
2014-09-11Merge remote-tracking branch 'airlied/drm-next' into topic/vblank-reworkDaniel Vetter
2014-09-05drm/i915: Decouple the stuck pageflip on modesetChris Wilson
2014-09-05drm/i915: Check for a stalled page flip after each vblankChris Wilson
2014-09-04drm/i915: Fix edp vdd lockingVille Syrjälä
2014-09-03drm/i915: Check of !HAS_PCH_SPLIT() in PCH transcoder funcsVille Syrjälä
2014-09-03drm/i915: Use HAS_GMCH_DISPLAY un underrun reporting codeVille Syrjälä
2014-09-03drm/i915: Don't call gen8_fbc_sw_flush() on chvVille Syrjälä
2014-09-03drm/i915: change CHV write_eld/global_resources function pointersPaulo Zanoni
2014-09-03drm/i915: Preserve VGACNTR bits from the BIOSVille Syrjälä
2014-09-03drm/i915: Add pipe B force quirk for 830MVille Syrjälä
2014-09-03Revert "drm/i915: Nuke pipe A quirk on i830M"Ville Syrjälä
2014-09-03drm/i915: Disable double wide even when leaving the pipe onVille Syrjälä
2014-09-03drm/i915: Pass intel_crtc to intel_disable_pipe() and intel_wait_for_pipe_off()Ville Syrjälä
2014-09-03drm/i915: trivial: remove unneed set to NULLGustavo Padovan
2014-09-03drm/i915/bdw: BDW Software TurboDaisy Sun