summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-09-19drm/i915: add new param to force audio on or off for HDMI/DP portfor-ickle-nextZhenyu Wang4-2/+8
2010-09-19drm/i915: Enable HDMI audio for monitor with audio supportZhenyu Wang1-4/+8
2010-09-19drm/i915: Enable DisplayPort audioZhenyu Wang1-25/+36
2010-09-19drm/edid: add helper function to detect monitor audio capabilityZhenyu Wang2-14/+79
2010-09-15drm/i915: call drm_encoder_init firstChris Wilson4-12/+18
2010-09-15drm/i915/sdvo: Mark the status as unknown if attached with EDIDChris Wilson1-1/+1
2010-09-15drm/i915/sdvo: Only create the analog encoder as requiredChris Wilson1-28/+41
2010-09-14agp/intel: Fix resume regression from 2d2430cfChris Wilson1-4/+10
2010-09-14agp/intel: Remove redundant setting of gtt_mappable_entriesChris Wilson1-9/+6
2010-09-14drm/i915/sdvo: Propagate i2c error from switching DDC control bus.Chris Wilson1-9/+18
2010-09-14drm/i915/sdvo: Tidy intel_sdvo_hdmi_sink_detectChris Wilson1-31/+24
2010-09-14drm/i915: Remove unused intel_ringbuffer->ring_flagChris Wilson3-6/+2
2010-09-14drm/i915/i2c: Track the parent encoder rather than just the devChris Wilson7-65/+67
2010-09-14drm/i915: Allow get_fence_reg() to be uninterruptibleChris Wilson4-22/+31
2010-09-14drm/i915: Push pipelining of display plane flushes to the callerChris Wilson5-29/+43
2010-09-14agp/intel: Use macro to set the count of the size arrayChris Wilson1-14/+14
2010-09-14drm/i915: Fix regression in ba3d8d749bChris Wilson1-2/+6
2010-09-14drm/i915: Consolidate flushing the display planeChris Wilson4-50/+17
2010-09-14drm/i915: Reduce hangcheck frequencyChris Wilson3-6/+11
2010-09-13drm/i915: Remove redundant initialisation of crtc->pipeChris Wilson1-4/+2
2010-09-13drm/i915: Initialize intel_crtc->activeChris Wilson1-0/+1
2010-09-13drm/i915: Fix an overlay regression from 7e7d76cChris Wilson3-6/+21
2010-09-13drm/i915: Share crtc setup and teardown between dpms and disable/enableChris Wilson2-81/+46
2010-09-13drm/i915/lvds: Move private data to the connector from the device.Chris Wilson2-79/+78
2010-09-13drm/i915/lvds: Remove incorrect mode lockingChris Wilson1-7/+0
2010-09-13drm/i915/lvds: Ensure panel is unlocked for Ironlake or the panel fitterChris Wilson4-63/+105
2010-09-12drm/i915/bios: Prevent NULL dereference after allocation failureChris Wilson1-0/+2
2010-09-12drm/i915/sdvo: Poll command status 5 times without delay on readChris Wilson1-35/+36
2010-09-12drm/i915: Use msleep instead of mdelay during wait_vblank_offChris Wilson2-6/+14
2010-09-12drm/i915/lvds: Remove busy wait for powering up the panel.Chris Wilson1-5/+1
2010-09-12drm/i915/lvds: Remove busy wait for powering down the panelChris Wilson1-9/+2
2010-09-11drm/i915/i2c: The bit-banging interface controls the delay, drop oursChris Wilson1-19/+15
2010-09-11drm/i915/dp: Convert a udelay(17000) to a sleep during link-offChris Wilson1-3/+2
2010-09-11drm/i915: Use macros to switch between equivalent pipe registersChris Wilson5-546/+507
2010-09-11drm/i915: Tidy Ironlake watermark computationChris Wilson2-115/+99
2010-09-11drm/i915: Fix updating FBCChris Wilson3-68/+90
2010-09-11drm/i915: enable thermal reporting for IPSJesse Barnes2-0/+8
2010-09-11Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson3-9/+27
2010-09-10drm/i915: Use the real FDI frequency for determining b/wChris Wilson3-1/+20
2010-09-10drm/i915: Only call udelay() when waiting for clocks to stabiliseChris Wilson1-3/+1
2010-09-10drm/i915: Ensure all PLL registers are flushed before a udelay()Chris Wilson1-0/+5
2010-09-10drm/i915: set FDI RX TU size to match transmit sizeJesse Barnes1-0/+6
2010-09-10drm/i915: don't write TU size to N1 regJesse Barnes1-1/+1
2010-09-10drm/i915: split Ironlake FDI enable functionJesse Barnes1-27/+45
2010-09-10drm/i915: enable PCH PLL, FDI training and transcoder even for eDPJesse Barnes1-123/+119
2010-09-10drm/i915: use i915 and Ironlake CRTC enable/disable functions in prepare/commitJesse Barnes1-9/+60
2010-09-10drm/i915: don't unlock panel regsJesse Barnes1-1/+1
2010-09-10drm/i915: split i9xx CRTC enable/disable codeJesse Barnes1-82/+103
2010-09-10drm/i915: split Ironlake CRTC enable/disable codeJesse Barnes1-281/+310
2010-09-10drm/i915: Adapt workqueue to new alloc_workqueue interfaceChris Wilson1-1/+16