summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)AuthorFilesLines
2012-05-31i915: add dma-buf vmap support for exporting vmapped bufferDave Airlie2-0/+58
2012-05-31i915: add stub dma-buf mmap callback.Dave Airlie1-0/+6
2012-05-29Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie11-101/+197
2012-05-25drm/i915: tune down the noise of the RP irq limit failDaniel Vetter1-2/+3
2012-05-25drm/i915: Remove the error message for unbinding pinned buffersChris Wilson1-4/+2
2012-05-25drm/i915: Limit page allocations to lowmem (dma32) for i965Chris Wilson1-1/+9
2012-05-24Merge branch 'drm-core-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds41-7236/+11011
2012-05-24drm/i915: always use RPNSWREQ for turbo change requestsJesse Barnes1-1/+1
2012-05-24drm/i915: reject doubleclocked cea modes on dpDaniel Vetter1-0/+6
2012-05-24drm/i915: Adding TV Out Missing modes.Rodrigo Vivi1-0/+48
2012-05-24drm/i915: wait for a vblank to pass after tv detectDaniel Vetter1-0/+5
2012-05-24drm/i915: no lvds quirk for HP t5740e Thin ClientJan-Benedict Glaw1-0/+8
2012-05-24drm/i915: enable vdd when switching off the eDP panelDaniel Vetter1-10/+8
2012-05-24drm/i915: Fix PCH PLL assertions to not assume CRTC:PLL relationshipChris Wilson1-23/+33
2012-05-24drm/i915: Always update RPS interrupts thresholds along with frequencyChris Wilson2-47/+47
2012-05-24drm/i915: properly handle interlaced bit for sdvo dtd conversionDaniel Vetter2-4/+13
2012-05-23drm/i915: make some dmabuf things staticDave Airlie1-4/+4
2012-05-23i915: add dmabuf/prime buffer sharing support.Daniel Vetter6-6/+239
2012-05-22drm: Constify drm_mode_config_funcs pointerLaurent Pinchart1-1/+1
2012-05-22drm: Constify gem_vm_ops pointerLaurent Pinchart1-1/+1
2012-05-22drm/backlight: initialize struct backlight_properties properlyCorentin Chary1-0/+1
2012-05-22drm/i915/dp: Probe branch/sink OUIsAdam Jackson1-0/+19
2012-05-22drm/i915: fix module unload since error_state reworkDaniel Vetter1-0/+2
2012-05-21drm/i915: be more careful when returning -ENXIO in gmbus transferDaniel Vetter1-9/+12
2012-05-21Merge tag 'drm-intel-next-2012-05-20' of git://people.freedesktop.org/~danvet...Dave Airlie20-290/+1621
2012-05-20drm/i915: IBX has a fixed pch pll to pch pipe mappingDaniel Vetter1-0/+11
2012-05-20drm/i915: implement hsw_write_infoframePaulo Zanoni2-5/+52
2012-05-20drm/i915: small hdmi coding style cleanupsPaulo Zanoni1-31/+13
2012-05-20drm/i915: fixup infoframe support for sdvoDaniel Vetter2-4/+11
2012-05-19drm/i915: Enable the PCH PLL for all generations after link trainingChris Wilson1-2/+2
2012-05-19drm/i915: Convert BUG_ON(!pll->active) and friends to a WARNChris Wilson1-6/+15
2012-05-19drm/i915: don't clobber the pipe param in sanitize_modesettingDaniel Vetter1-2/+3
2012-05-19drm/i915: disable gmbus on i830Daniel Vetter1-0/+4
2012-05-19drm/i915: Replace the feature tests for BLT/BSD with ring init checksChris Wilson1-2/+2
2012-05-19drm/i915: Check whether the ring is initialised prior to dispatchChris Wilson1-8/+5
2012-05-19drm/i915: Introduce for_each_ring() macroChris Wilson8-85/+76
2012-05-19drm/i915: Assert that the transcoder is indeed off before modifying itChris Wilson1-0/+2
2012-05-19drm/i915: hook Haswell devices in placeEugeni Dodonov1-0/+7
2012-05-19drm/i915: prepare HDMI link for HaswellEugeni Dodonov3-1/+133
2012-05-19drm/i915: move HDMI structs to shared locationEugeni Dodonov2-17/+21
2012-05-19drm/i915: add WR PLL programming tableEugeni Dodonov1-0/+388
2012-05-19drm/i915: add support for DDI-controlled digital outputsEugeni Dodonov1-0/+19
2012-05-19drm/i915: detect digital outputs on HaswellEugeni Dodonov3-1/+50
2012-05-19drm/i915: program iCLKIP on Lynx PointEugeni Dodonov1-3/+97
2012-05-19drm/i915: program WM_LINETIME on HaswellEugeni Dodonov4-0/+43
2012-05-19drm/i915: define Haswell watermarks and clock gatingEugeni Dodonov1-0/+11
2012-05-19drm/i915: use ironlake eld write routine for HaswellEugeni Dodonov1-0/+1
2012-05-19drm/i915: support DDI training in FDI modeEugeni Dodonov3-0/+118
2012-05-19drm/i915: initialize DDI buffer translationsEugeni Dodonov4-0/+111
2012-05-19drm/i915: account for only one PCH receiver on HaswellEugeni Dodonov2-4/+21