summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)AuthorFilesLines
2011-01-11drm/i915: avoid reading non-existent PLL reg on Ironlake+Jesse Barnes1-5/+7
2011-01-11drm/i915: add 'reset' parameterChris Wilson1-0/+6
2011-01-11drm/i915: fix the wrong latency value while computing wm0Yuanhan Liu1-5/+5
2011-01-11drm/i915: support low power watermarks on IronlakeJesse Barnes2-130/+133
2011-01-11drm/i915: Workaround erratum on i830 for TAIL pointer within last 2 cachelinesChris Wilson2-3/+11
2011-01-11drm/i915: Use the mappable sizes determined by GTT for consistency.Chris Wilson2-17/+10
2011-01-11drm/i915: support overclocking on Sandy BridgeJesse Barnes2-0/+28
2011-01-11drm/i915/lvds: Always use 0 to disable the pfit controllerChris Wilson1-0/+4
2011-01-11drm/i915/panel: Only record the backlight level when it is enabledChris Wilson5-8/+39
2011-01-11drm/i915/sdvo: Defer detection of output capabilities until probingChris Wilson1-22/+11
2011-01-11drm/i915: fix calculation of eDP signal levels on SandybridgeYuanhan Liu2-11/+21
2011-01-11drm/i915/crt: Check for a analog monitor in case of DVI-IDavid Müller1-5/+25
2011-01-11drm/i915: make DP training try a little harderJesse Barnes1-4/+23
2011-01-11drm/i915: check eDP encoder correctly when setting modesJesse Barnes1-1/+1
2011-01-07drm: Update fbdev fb_fix_screeninfoJames Simmons1-1/+0
2011-01-05drm/switcheroo: track state of switch in drivers.Dave Airlie2-1/+15
2011-01-05vga_switcheroo: add reprobe hook for fbcon to recheck connected outputs.Dave Airlie1-0/+1
2011-01-05Merge branch 'master' of /home/airlied/kernel/linux-2.6 into drm-core-nextDave Airlie5-3/+56
2010-12-30drm/i915/dvo: Report LVDS attached to ch701x as connectedChris Wilson1-1/+1
2010-12-30Revert "drm/i915/bios: Reverse order of 100/120 Mhz SSC clocks"Chris Wilson1-1/+1
2010-12-23drm/i915: Verify Ironlake eDP presence on DP_A using the capability fuseChris Wilson2-1/+25
2010-12-23drm/i915, intel_ips: When i915 loads after IPS, make IPS relink to i915.Eric Anholt1-0/+23
2010-12-23drm/i915/sdvo: Add hdmi connector properties after initing the connectorChris Wilson1-1/+2
2010-12-23drm/i915: Set the required VFMUNIT clock gating disable on Ironlake.Eric Anholt2-0/+5
2010-12-22Merge remote branch 'intel/drm-intel-next' of /ssd/git/drm-next into drm-core...Dave Airlie29-4778/+6727
2010-12-21drm/fb: Don't expose mmio for fbdev emulation layerJames Simmons1-5/+1
2010-12-20drm/i915: Undo "Uncouple render/power ctx before suspending"Chris Wilson1-0/+2
2010-12-20drm/i915: Allow the application to choose the constant addressing modeChris Wilson4-1/+40
2010-12-18drm/i915: dynamic render p-state support for Sandy BridgeJesse Barnes7-20/+137
2010-12-17drm/i915: Enable EI mode for RCx decision making on SandybridgeChris Wilson1-0/+1
2010-12-17drm/i915/sdvo: Border and stall select became test bits in gen5Chris Wilson1-2/+5
2010-12-17drm/i915: Add Guess-o-matic for pageflip timestamping.Mario Kleiner1-14/+20
2010-12-17drm/i915: Add support for precise vblank timestamping (v2)Mario Kleiner5-6/+119
2010-12-15drm/i915: Add frame buffer compression on SandybridgeYuanhan Liu4-3/+20
2010-12-15drm/i915: Add self-refresh support on SandybridgeYuanhan Liu3-18/+334
2010-12-15drm/i915: Wait for vblank before unpinning old fbChris Wilson1-1/+3
2010-12-15Revert "drm/i915: Avoid using PIPE_CONTROL on Ironlake"Chris Wilson2-3/+162
2010-12-15drm/i915/bios: Reverse order of 100/120 Mhz SSC clocksChris Wilson1-1/+1
2010-12-14drm/i915: Pass clock limits down to PLL matcherChris Wilson1-18/+16
2010-12-14drm/i915: Poll for seqno completion if IRQ is disabledChris Wilson1-2/+4
2010-12-14drm/i915/ringbuffer: Make IRQ refcnting atomicChris Wilson4-46/+56
2010-12-09Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson5-57/+47
2010-12-09drm/i915/sdvo: Only use the SDVO pin if it is in the valid rangeChris Wilson1-3/+6
2010-12-09drm/i915: Enable RC6 autodownclocking on SandybridgeChris Wilson2-0/+148
2010-12-09drm/i915: Terminate the FORCE WAKE after we have finished readingChris Wilson3-9/+35
2010-12-09drm/i915/gtt: Clear the cachelines upon resumeChris Wilson1-1/+2
2010-12-09drm/i915: Restore GTT mapping first upon resumeChris Wilson1-1/+6
2010-12-09drm/i915: driver.suspend and .resume are always setChris Wilson1-5/+0
2010-12-09drm/i915: Mark the user reloc error paths as unlikelyChris Wilson1-9/+8
2010-12-09drm/i915: Eliminate drm_gem_object_lookup during relocationChris Wilson2-27/+129