summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)AuthorFilesLines
2013-01-11Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intelDave Airlie5-38/+63
2013-01-10drm/i915: Revert shrinker changes from "Track unbound pages"Daniel Vetter1-4/+14
2013-01-09drm/i915: Use pixel size for computing linear offsets into a spriteChris Wilson1-6/+4
2013-01-08Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-0/+5
2013-01-08drm/i915: Add DEBUG messages to all intel_create_user_framebuffer error pathsChris Wilson1-8/+25
2013-01-08drm/i915: The sprite scaler on Ironlake also support YUV planesChris Wilson1-1/+1
2013-01-08drm/prime: drop reference on imported dma-buf come from gemSeung-Woo Kim1-0/+5
2013-01-07drm/i915: Treat crtc->mode.clock == 0 as disabledChris Wilson1-9/+16
2013-01-07Revert "drm/i915: no lvds quirk for Zotac ZDBOX SD ID12/ID13"Daniel Vetter1-8/+0
2013-01-07drm/i915; Only increment the user-pin-count after successfully pinning the boChris Wilson1-3/+4
2013-01-03Drivers: gpu: remove __dev* attributes.Greg Kroah-Hartman1-2/+1
2012-12-30Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie11-72/+296
2012-12-20drm/i915: disable shrinker lock stealing for create_mmap_offsetDaniel Vetter1-3/+9
2012-12-20drm/i915: optionally disable shrinker lock stealingDaniel Vetter2-0/+4
2012-12-20drm/i915: fix flags in dma buf exportingDave Airlie1-1/+1
2012-12-19i915: ensure that VGA plane is disabledKrzysztof Mazur1-0/+19
2012-12-18drm/i915: Preallocate the drm_mm_node prior to manipulating the GTT drm_mm ma...Chris Wilson1-37/+25
2012-12-18drm/i915: don't disable disconnected outputsDaniel Vetter1-4/+0
2012-12-17drm/i915: Implement workaround for broken CS tlb on i830/845Daniel Vetter6-8/+90
2012-12-17Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds31-2808/+5660
2012-12-17drm/i915: Implement WaSetupGtModeTdRowDispatchDaniel Vetter3-1/+10
2012-12-17drm/i915: Implement WaDisableHiZPlanesWhenMSAAEnabledDaniel Vetter2-0/+5
2012-12-17drm/i915: Prefer CRTC 'active' rather than 'enabled' during WM computationsChris Wilson1-7/+7
2012-12-17drm/i915: Clear self-refresh watermarks when disabledChris Wilson1-6/+8
2012-12-17drm/i915: Double the cursor self-refresh latency on ValleyviewChris Wilson1-1/+7
2012-12-17drm/i915: Fixup cursor latency used for IVB lp3 watermarksChris Wilson1-5/+112
2012-12-16Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie22-280/+571
2012-12-13drm/i915: Fix missed needs_dmar settingZhenyu Wang1-0/+4
2012-12-11drm/i915: Fix shifted screen on top of LVDS on IVY laptopTakashi Iwai1-0/+5
2012-12-10drm/i915: disable cpt phase pointer fdi rx workaroundDaniel Vetter1-29/+0
2012-12-10Revert "revert "Revert "mm: remove __GFP_NO_KSWAPD""" and associated damageLinus Torvalds1-3/+3
2012-12-10drm/i915: set the LPT FDI RX polarity reversal bit when neededPaulo Zanoni4-0/+13
2012-12-10drm/i915: add lpt_init_pch_refclkPaulo Zanoni4-10/+185
2012-12-10Merge branch 'drm-next-3.8' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie5-29/+46
2012-12-10drm/i915: add support for mPHY destination on intel_sbi_{read, write}Paulo Zanoni3-34/+40
2012-12-08drm/i915: reject modes the LPT FDI receiver can't handlePaulo Zanoni3-9/+20
2012-12-08drm/i915: fix hsw_fdi_link_train "retry" codePaulo Zanoni1-16/+27
2012-12-06drm/i915: Close race between processing unpin task and queueing the flipChris Wilson4-11/+41
2012-12-05drm/i915: fixup l3 parity sysfs access checkDaniel Vetter1-1/+1
2012-12-04drm/i915: Clear the existing watermarks for g4x when modifying the cursor srChris Wilson1-4/+5
2012-12-04drm/i915: do not access BLC_PWM_CTL2 on pre-gen4 hardwareJani Nikula1-10/+11
2012-12-03drm/i915: Don't allow ring tail to reach the same cacheline as headVille Syrjälä3-3/+14
2012-12-03drm/i915: Decouple the object from the unbound list before freeing pagesChris Wilson1-1/+5
2012-11-30drm/i915: One more drm_connector_property -> drm_object_propertyRob Clark1-2/+2
2012-11-29drm/i915: Set sync_seqno properly after seqno wrapMika Kuoppala1-1/+5
2012-11-29drm/i915: Include the last semaphore sync point in the error-stateChris Wilson3-4/+9
2012-11-29drm/i915: Rearrange code to only have a single method for waiting upon the ringChris Wilson5-61/+58
2012-11-29drm/i915: Simplify flushing activity on the ringChris Wilson1-7/+3
2012-11-29drm/i915: Preallocate next seqno before touching the ringChris Wilson6-82/+89
2012-11-29drm/i915: force restore on lid openDaniel Vetter4-6/+16