summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
...
| * drm/i915: add SFUSE_STRAP registers for digital port detectionEugeni Dodonov2012-04-091-0/+7
| * drm/i915: add WM_LINETIME registersEugeni Dodonov2012-04-091-0/+10
| * drm/i915: add WRPLL clocksEugeni Dodonov2012-04-091-0/+8
| * drm/i915: add LCPLL control registersEugeni Dodonov2012-04-091-0/+7
| * drm/i915: add SSC offsets for SBI accessEugeni Dodonov2012-04-091-0/+15
| * drm/i915: add port clock selection support for HSWEugeni Dodonov2012-04-091-0/+23
| * drm/i915: add S PLL controlEugeni Dodonov2012-04-091-0/+8
| * drm/i915: add PIXCLK_GATE registerEugeni Dodonov2012-04-091-0/+6
| * drm/i915: add SBI registersEugeni Dodonov2012-04-091-0/+12
| * drm/i915: add definition of DDI buffer translations regsEugeni Dodonov2012-04-091-0/+7
| * drm/i915: add definitions for DDI_BUF_CTL registersEugeni Dodonov2012-04-091-0/+23
| * drm/i915: add DP_TP_STATUS registersEugeni Dodonov2012-04-091-0/+8
| * drm/i915: add DP_TP_CTL registersEugeni Dodonov2012-04-091-0/+16
| * drm/i915: add DDI registersEugeni Dodonov2012-04-091-0/+26
| * drm/i915: add enumeration for DDI portsEugeni Dodonov2012-04-092-0/+12
| * drm/i915: add support for power wellsEugeni Dodonov2012-04-091-0/+13
| * drm/i915: add support for LynxPoint PCHEugeni Dodonov2012-04-092-0/+6
| * drm/i915: add Haswell devices and their PCI IDsEugeni Dodonov2012-04-092-0/+20
| * drm/i915: transform HAS_PCH_SPLIT in a feature checkEugeni Dodonov2012-04-092-1/+8
| * drm/i915: check for disabled interrupts on ValleyViewJesse Barnes2012-03-291-0/+2
| * drm/i915: ValleyView IRQ supportJesse Barnes2012-03-294-6/+383
| * drm/i915: interrupt bit definitions for VLVJesse Barnes2012-03-291-0/+41
| * drm/i915: add ValleyView specific force wake get/put functionsJesse Barnes2012-03-294-1/+34
| * drm/i915: Enable HDMI on ValleyViewShobhit Kumar2012-03-292-1/+52
| * drm/i915: program drain latency regs on ValleyViewGajanan Bhat2012-03-282-0/+93
| * drm/i915: add ValleyView clock gating initJesse Barnes2012-03-282-0/+68
| * drm/i915: add DPIO supportJesse Barnes2012-03-285-0/+182
| * drm/i915: PLL defines for VLVJesse Barnes2012-03-282-1/+13
| * drm/i915: ValleyView watermark supportJesse Barnes2012-03-282-0/+71
| * drm/i915: add ValleyView driver structs and IS_VALLEYVIEW macroJesse Barnes2012-03-282-0/+20
| * drm/i915: split PLL update code out of i9xx_crtc_mode_setDaniel Vetter2012-03-281-117/+179
| * drm/i915: split LVDS update code out of i9xx_crtc_mode_setDaniel Vetter2012-03-281-48/+58
| * drm/i915: Initialise GTT MTRR to -1Chris Wilson2012-03-281-0/+2
| * drm/i915/intel_i2c: allocate gmbus array as part of drm_i915_privateDaniel Kurtz2012-03-282-11/+1Star
| * drm/i915/intel_i2c: gmbus disabled and reserved ports are invalidDaniel Kurtz2012-03-283-46/+29Star
| * drm/i915/intel_i2c: refactor using intel_gmbus_get_adapterDaniel Kurtz2012-03-289-22/+45
| * drm/i915/intel_i2c: use i2c pre/post_xfer functions to setup gpio xfersDaniel Kurtz2012-03-281-26/+34
| * drm/i915/intel_i2c: assign HDMI port D to pin pair 6Daniel Kurtz2012-03-282-5/+5
| * drm/i915/intel_i2c: cleanup error messages and commentsDaniel Kurtz2012-03-281-4/+7
| * drm/i915/intel_i2c: refactor gmbus_xferDaniel Kurtz2012-03-281-59/+92
| * drm/i915: mark pwrite/pread slowpaths with unlikelyDaniel Vetter2012-03-271-4/+4
| * drm/i915: fixup in-line clflushing on bit17 swizzled bosDaniel Vetter2012-03-271-7/+32
| * mm: extend prefault helpers to fault in more than PAGE_SIZEDaniel Vetter2012-03-272-4/+4
| * drm/i915: extract copy helpers from shmem_pread|pwriteDaniel Vetter2012-03-271-60/+136
| * drm/i915: use uncached writes in pwriteDaniel Vetter2012-03-271-3/+3
| * drm/i915: fall back to shmem pwrite when the buffer is not accessibleDaniel Vetter2012-03-271-0/+1
| * drm/i915: implement inline clflush for pwriteDaniel Vetter2012-03-271-4/+42
| * drm/i915: don't clobber userspace memory before commiting to the preadDaniel Vetter2012-03-271-5/+11
| * drm/i915: drop gtt slowpathDaniel Vetter2012-03-271-153/+30Star
| * drm/i915: don't call shmem_read_mapping unnecessarilyDaniel Vetter2012-03-271-12/+30