summaryrefslogtreecommitdiffstats
path: root/drivers/i2c (unfollow)
Commit message (Expand)AuthorFilesLines
2012-06-12agp/intel-gtt: don't require the agp bridge on setupDaniel Vetter1-3/+5
2012-06-12drm/i915: stop using dev->agp->baseDaniel Vetter9-17/+29
2012-06-12agp/intel-gtt: remove dead codeDaniel Vetter1-3/+0
2012-06-12drm/i915: allow pipe A for lvds on gen4Daniel Vetter1-0/+2
2012-06-12drm/i915: properly enable the blc controller on the right pipeDaniel Vetter3-28/+45
2012-06-12drm/i915: clear up backlight #define confusion on gen4+Daniel Vetter3-28/+43
2012-06-12drm/i915: pnv has a backlight polarity control bit, tooDaniel Vetter1-0/+2
2012-06-12drm/i915: ensure HDMI port is disabled inside set_infoframesDaniel Vetter1-0/+23
2012-06-06drm/i915: Add wait render timeout get paramBen Widawsky2-0/+4
2012-06-06drm/i915: Inifite timeout for wait ioctlBen Widawsky2-6/+11
2012-06-06drm/i915: assert that the IBX port transcoder select w/a is implementedDaniel Vetter1-0/+6
2012-06-06drm/i915: implement IBX hdmi transcoder select workaroundDaniel Vetter1-1/+31
2012-06-04drm/i915: add min freq control to debugfsJesse Barnes1-0/+66
2012-06-04drm/i915: don't chnage the original mode in dp_mode_fixupDaniel Vetter3-8/+8
2012-06-04drm/i915: adjusted_mode->clock in the dp mode_fixupDaniel Vetter1-8/+3
2012-06-04drm/i915: compute the target_clock for edp directlyDaniel Vetter3-8/+22
2012-06-02drm/i915: extract object active state flushing codeDaniel Vetter1-32/+29
2012-06-01drm/i915: clarify IBX dp workaroundDaniel Vetter1-1/+1
2012-06-01drm/i915: simplify sysfs setup codeDaniel Vetter1-13/+11
2012-06-01drm/i915: initialize the parity work only onceDaniel Vetter1-4/+1
2012-06-01drm/i915: ivybridge_handle_parity_error should be staticDaniel Vetter1-1/+1
2012-05-31radeon: add radeon prime vmap support.Dave Airlie2-0/+41
2012-05-31nouveau: add vmap support to nouveau prime supportDave Airlie2-0/+42
2012-05-31udl: support vmapping imported dma-bufsDave Airlie2-5/+33
2012-05-31i915: add dma-buf vmap support for exporting vmapped bufferDave Airlie2-0/+58
2012-05-31radeon: add stub dma-buf mmap functionalityDave Airlie1-0/+6
2012-05-31nouveau: add stub dma-buf mmap functionality.Dave Airlie1-0/+6
2012-05-31i915: add stub dma-buf mmap callback.Dave Airlie1-0/+6
2012-05-31drm/i915: l3 parity sysfs interfaceBen Widawsky1-2/+119
2012-05-31drm/i915: remap l3 on hw initBen Widawsky3-0/+40
2012-05-31drm/i915: enable parity error interruptsBen Widawsky2-4/+14
2012-05-31drm/i915: Dynamic Parity Detection handlingBen Widawsky3-0/+105
2012-05-31drm/i915: s/mdelay/msleep/ in the sdvo detect functionDaniel Vetter1-1/+1
2012-05-31drm/i915: reuse the sdvo tv clock adjustment in ilk mode_setDaniel Vetter1-19/+4
2012-05-31drm/i915: there's no cxsr on ilkDaniel Vetter1-8/+0
2012-05-30drm/i915: add some barriers when changing DIPsPaulo Zanoni1-0/+27
2012-05-30drm/i915: remove comment about HSW HDMI DIPsPaulo Zanoni1-3/+0
2012-05-30drm/i915: don't set SDVO_BORDER_ENABLE when we're HDMIPaulo Zanoni1-1/+1
2012-05-30drm/i915: don't write 0 to DIP control at HDMI initPaulo Zanoni1-10/+0
2012-05-30drm/i915: disable DIP while changing the portPaulo Zanoni1-7/+25
2012-05-30drm/i915: explicitly disable the DIPs we're not usingPaulo Zanoni2-0/+19
2012-05-30drm/i915: don't wait for vblank while writing InfoFramesPaulo Zanoni1-8/+0
2012-05-30drm/i915: enable DIP before enabling each InfoFramePaulo Zanoni1-8/+22
2012-05-30drm/i915: only set the HDMI port on the DIP oncePaulo Zanoni1-25/+31
2012-05-30drm/i915: properly alternate between DVI and HDMIPaulo Zanoni1-3/+85
2012-05-30drm/i915: add set_infoframes to struct intel_hdmiPaulo Zanoni3-9/+46
2012-05-30mm: fix vma_resv_map() NULL pointerDave Hansen1-1/+2
2012-05-30Documentation: kernel-parameters.txt Add amd_iommu_dumpShuah Khan1-0/+6
2012-05-30i2c: Split I2C_M_NOSTART support out of I2C_FUNC_PROTOCOL_MANGLINGMark Brown9-10/+25
2012-05-30i2c-dev: Add support for I2C_M_RECV_LENJean Delvare1-4/+26