aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)AuthorFilesLines
2011-03-14Merge remote branch 'intel/drm-intel-next' of ../drm-next into drm-core-nextDave Airlie30-2016/+3005
2011-03-07Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson9-40/+70
2011-03-07drm/i915: Only wait on a pending flip if we intend to write to the bufferChris Wilson1-48/+44
2011-03-07drm/i915/dp: Sanity check eDP existenceChris Wilson1-5/+8
2011-03-07drm/i915: Rebind the buffer if its alignment constraints changes with tilingChris Wilson3-5/+21
2011-03-07drm/i915: Disable GPU semaphores by defaultChris Wilson3-2/+6
2011-03-06drm/i915: Do not overflow the MMADDR write FIFOChris Wilson6-19/+42
2011-03-06Revert "drm/i915: fix corruptions on i8xx due to relaxed fencing"Chris Wilson1-15/+1
2011-03-02drm/i915: Don't save/restore hardware status page address registerZhenyu Wang2-7/+0
2011-03-02drm/i915: don't store the reg value for HWS_PGAChris Wilson2-7/+13
2011-03-01Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson3-2/+27
2011-03-01drm/i915: fix memory corruption with GM965 and >4GB RAMJan Niehusmann1-0/+11
2011-03-01drm/i915: Re-enable GPU semaphores for SandyBridge mobileChris Wilson1-2/+1
2011-03-01drm/i915: Replace vblank PM QoS with "Interrupt-Based AGPBUSY#"Chris Wilson2-1/+13
2011-03-01Revert "drm/i915: Use PM QoS to prevent C-State starvation of gen3 GPU"Chris Wilson2-38/+0
2011-03-01drm/i915: Allow relocation deltas outside of target boChris Wilson2-10/+3
2011-03-01drm/i915: Silence an innocuous compiler warning for an unused variableChris Wilson1-1/+0
2011-02-24drm/i915: Use a symbolic constant for OpRegion lid stateChris Wilson1-1/+3
2011-02-24drm/i915: Fix unintended recursion in ironlake_disable_rc6Chris Wilson1-1/+1
2011-02-24drm/i915: fix corruptions on i8xx due to relaxed fencingDaniel Vetter1-1/+15
2011-02-23drm: Mark constant arrays of drm_display_mode constChris Wilson1-1/+1
2011-02-22Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson2-47/+0
2011-02-22drm/i915: Add support for limited color range of broadcast outputsChris Wilson7-2/+82
2011-02-22drm/i915: Use a device flag for non-interruptible phasesChris Wilson6-71/+60
2011-02-22drm/i915: First try a normal large kmalloc for the temporary exec buffersChris Wilson1-1/+5
2011-02-22drm/i915: Add a module parameter to ignore lid statusChris Wilson3-0/+9
2011-02-22drm/i915: Protect against drm_gem_object not being the first memberChris Wilson5-16/+16
2011-02-22drm/i915: fix per-pipe reads after "cleanup"Jesse Barnes1-6/+7
2011-02-22Revert "drm/i915: Disable SSC for outputs other than LVDS or DP"Chris Wilson4-82/+41
2011-02-22drm/i915: skip FDI & PCH enabling for DP_AJesse Barnes1-2/+81
2011-02-22drm/i915: don't enable FDI & transcoder interrupts after allJesse Barnes1-3/+3
2011-02-22drm/i915: Ignore a hung GPU when flushing the framebuffer prior to a switchChris Wilson1-5/+5
2011-02-21drm/i915: Do not handle backlight combination mode speciallyIndan Zupancic2-47/+0
2011-02-16Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson12-111/+253
2011-02-16drm/i915: Move the lvds OpRegion lid detection code to panel and reuse for eDPChris Wilson4-9/+25
2011-02-16drm/i915: don't enable FDI & transcoder interrupts after allJesse Barnes1-3/+3
2011-02-16drm/i915: Ignore a hung GPU when flushing the framebuffer prior to a switchChris Wilson1-5/+5
2011-02-11drm/i915: disable PCH ports if needed when disabling a CRTCJesse Barnes2-25/+74
2011-02-11drm/i915: i915_mutex_interruptible() returns -EINTRChris Wilson1-0/+1
2011-02-11drm/i915: Fix resume regression from 5d1d0ccChris Wilson1-2/+1
2011-02-11drm/i915/tv: Use polling rather than interrupt-based hotplugChris Wilson1-13/+30
2011-02-11drm/i915: Trigger modesetting if force-audio changesChris Wilson3-18/+91
2011-02-09drm/i915/sdvo: If we have an EDID confirm it matches the mode of the connectionChris Wilson1-5/+27
2011-02-09drm/i915: Disable RC6 on IronlakeChris Wilson4-44/+55
2011-02-07drm/i915: cleanup per-pipe reg usageJesse Barnes13-647/+640
2011-02-07drm/i915: Skip the no-op domain changes when already in CPU|GTT domainsChris Wilson1-0/+6
2011-02-07drm/i915: Refine tracepointsChris Wilson11-359/+330
2011-02-07drm/i915: Fix infinite loop regression from 21dd3734Chris Wilson1-5/+25
2011-02-07drm/i915: the PCH reference clocks are global, so don't clobber unconditionallyJesse Barnes1-46/+77
2011-02-07drm/i915: add port assertion check when disabling transcodersJesse Barnes1-0/+59