summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)AuthorFilesLines
2011-03-24Revert "drm/i915: Don't save/restore hardware status page address register"Chris Wilson2-0/+7
2011-03-23drm/i915: Avoid unmapping pages from a NULL address spaceChris Wilson1-3/+4
2011-03-23drm/i915: Fix use after free within tracepointChris Wilson1-2/+2
2011-03-23drm/i915: Restore missing command flush before interrupt on BLT ringChris Wilson2-61/+55
2011-03-23drm/i915: Disable pagefaults along execbuffer relocation fast pathChris Wilson1-4/+17
2011-03-23drm/i915: Fix computation of pitch for dumb bo creatorChris Wilson1-1/+1
2011-03-23drm/i915: report correct render clock frequencies on SNBJesse Barnes2-5/+5
2011-03-23drm/i915/dp: Correct the order of deletion for ghost eDP devicesTakashi Iwai1-2/+2
2011-03-23drm/i915: Fix tiling corruption from pipelined fencingChris Wilson1-27/+17
2011-03-23drm/i915: Re-enable self-refreshYuanhan Liu1-4/+1
2011-03-23drm/i915: Prevent racy removal of request from client listHerton Ronaldo Krzesinski1-2/+4
2011-03-23drm/i915: skip redundant operations whilst enabling pipes and planesChris Wilson1-8/+16
2011-03-23drm/i915: Remove surplus POSTING_READs before wait_for_vblankChris Wilson1-8/+0
2011-03-16Merge commit '5359533801e3dd3abca5b7d3d985b0b33fd9fe8b' into drm-core-nextDave Airlie2-0/+46
2011-03-14drm/i915: disable opregion lid detection for now.Dave Airlie1-0/+6
2011-03-14Merge remote branch 'intel/drm-intel-next' of ../drm-next into drm-core-nextDave Airlie30-2016/+3005
2011-03-11drm/i915: Revive combination mode for backlight controlTakashi Iwai2-0/+46
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-02Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson3-2/+27
2011-03-02drm/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-22drm/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