summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_drv.h
AgeCommit message (Expand)Author
2012-04-02drm/i915: suspend fbdev device around suspend/hibernateDave Airlie
2011-06-04drm/i915: Share the common force-audio property between connectorsChris Wilson
2011-05-13drm/i915: split PCH clock gating initJesse Barnes
2011-05-10drm/i915: Attach a fb to the load-detect pipeChris Wilson
2011-05-10drm/i915: Don't store temporary load-detect variables in the generic encoderChris Wilson
2011-05-10drm/i915: Simplify return value from intel_get_load_detect_pipeChris Wilson
2011-04-27drm/i915: restore only the mode of this driver on lastclose (v2)Dave Airlie
2011-03-31drm/i915: Busy-spin wait_for condition in atomic contextsChris Wilson
2011-02-22drm/i915: Add support for limited color range of broadcast outputsChris Wilson
2011-02-22drm/i915: Use a device flag for non-interruptible phasesChris Wilson
2011-02-16Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson
2011-02-16drm/i915: Move the lvds OpRegion lid detection code to panel and reuse for eDPChris Wilson
2011-02-09drm/i915: Disable RC6 on IronlakeChris Wilson
2011-01-19drm/i915: Include TLB miss latency in g4x watermark computationsChris Wilson
2011-01-11drm/i915/panel: Only record the backlight level when it is enabledChris Wilson
2010-12-18drm/i915: dynamic render p-state support for Sandy BridgeJesse Barnes
2010-12-05drm/i915: Uncouple render/power ctx before suspendingChris Wilson
2010-12-02Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson
2010-11-29drm/i915: Clear pfit registers when not used by any outputsChris Wilson
2010-11-23drm/i915: Thread the pipelining ring through the callers.Chris Wilson
2010-11-23drm/i915: Use drm_i915_gem_object as the preferred typeChris Wilson
2010-11-03i915: reprogram power monitoring registers on resumeKyle McMartin
2010-10-22i915: enable AVI infoframe for intel_hdmi.c [v4]David Härdeman
2010-10-08drm/i915: remove broken intel_pch_has_edp functionJesse Barnes
2010-10-08drm/i915: add eDP checking functions for the display codeJesse Barnes
2010-10-03Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson
2010-10-03drm/i915: Use pipe state to tell when pipe is offKeith Packard
2010-09-18drm/i915: use GMBUS to manage i2c linksChris Wilson
2010-09-14drm/i915/i2c: Track the parent encoder rather than just the devChris Wilson
2010-09-14drm/i915: Push pipelining of display plane flushes to the callerChris Wilson
2010-09-13drm/i915: Fix an overlay regression from 7e7d76cChris Wilson
2010-09-13drm/i915: Share crtc setup and teardown between dpms and disable/enableChris Wilson
2010-09-13drm/i915/lvds: Ensure panel is unlocked for Ironlake or the panel fitterChris Wilson
2010-09-12drm/i915: Use msleep instead of mdelay during wait_vblank_offChris Wilson
2010-09-10drm/i915: Use the real FDI frequency for determining b/wChris Wilson
2010-09-09drm/i915: Make the connector->encoder relationship explicitChris Wilson
2010-09-09drm/i915: Use the direct mapping of pipe->crtcChris Wilson
2010-09-09drm/i915: Rename intel_encoder->enc to base for consistencyChris Wilson
2010-09-08drm/i915: Show framebuffer info in debugfsChris Wilson
2010-09-08drm/i915: Refactor panel backlight controlsChris Wilson
2010-09-08drm/i915/overlay: Make the overlay control struct opaque.Chris Wilson
2010-09-08drm/i915/overlay: Pass interruptible to switch_off()Chris Wilson
2010-09-08drm/i915/overlay: Combine SWITCH_OFF into a single stepChris Wilson
2010-09-08drm/i915/overlay: Explicitly pass regs from map to unmapChris Wilson
2010-09-08drm/i915/overlay: WhitespaceChris Wilson
2010-09-08drm/i915/sdvo: Preserve pixel-multiplierChris Wilson
2010-09-08drm/i915: Avoid using msleep under kdb and wait_for()Chris Wilson
2010-09-08drm/i915: Drop the msleep parameter to wait_for()Chris Wilson
2010-09-07drm/i915: Avoid pageflipping freeze when we miss the flip prepare interruptSimon Farnsworth
2010-08-21drm/i915: wait for actual vblank, not just 20msJesse Barnes