summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Use normal fb deref for the fbcon framebufferDaniel Vetter2014-02-123-11/+4Star
* drm/i915: Provide a command line option to disable displayDamien Lespiau2014-02-123-3/+11
* drm/i915: Disable display when fused offDamien Lespiau2014-02-122-1/+33
* drm/i915: Flush GPU rendering with a lockless wait during a pagefaultChris Wilson2014-02-121-3/+14
* drm/i915: vlv: handle only enabled pipestat interrupt eventsImre Deak2014-02-123-3/+37
* drm/i915: vlv: fix mapping of pipestat enable to status bitsImre Deak2014-02-122-2/+35
* drm/i915: pass status instead of enable flags to i915_enable_pipestatImre Deak2014-02-124-32/+67
* drm/i915: Short-circuit no-op vga_set_state()Chris Wilson2014-02-121-0/+3
* drm/i915: Propagate PCI read/write errors during vga_set_state()Chris Wilson2014-02-121-2/+11
* drm/i915: alloc intel_fb in the intel_fbdev structJesse Barnes2014-02-123-11/+22
* drm/i915: Downgrade *ERROR* message for invalid user inputChris Wilson2014-02-121-7/+7
* drm/i915: Reorder i915_params fields to not create holesDamien Lespiau2014-02-121-3/+4
* drm/i915: Use I915_MAX_PIPES in the pipe/plane_to_crtc_mapping definitionsDamien Lespiau2014-02-121-2/+2
* drm/i915: Consolidate FUSE_STRAP in one set of definesDamien Lespiau2014-02-123-13/+10Star
* drm/i915: Move num_plane to the intel_device_info structureDamien Lespiau2014-02-123-8/+24
* drm/i915: Make the intel_device_info structure kept in dev_priv writableDamien Lespiau2014-02-123-79/+82
* drm/i915: Always use INTEL_INFO() to access the device_info structureDamien Lespiau2014-02-124-20/+29
* drm/i915: Disable SF pipelined attribute fetch for SNBVille Syrjälä2014-02-122-1/+10
* drm/i915: Update rps interrupt limitsJeff McGee2014-02-072-1/+20
* drm/i915: Restore rps/rc6 on resetJeff McGee2014-02-073-19/+76
* drm/i915: Prevent recursion by retiring requests when the ring is fullChris Wilson2014-02-061-20/+5Star
* drm/i915: Generate a hang error codeBen Widawsky2014-02-051-7/+37
* drm/i915: unify FLIP_DONE macro namesImre Deak2014-02-052-10/+10
* drm/i915: vlv: s/spin_lock_irqsave/spin_lock/ in irq handlerImre Deak2014-02-051-3/+2Star
* drm/i915: factor out valleyview_pipestat_irq_handlerImre Deak2014-02-051-34/+42
* drm/i915: vlv: don't unmask IIR[DISPLAY_PIPE_A/B_VBLANK] interruptImre Deak2014-02-051-14/+0Star
* drm/i915: Reorganize display pipe register accessesAntti Koskipaa2014-02-054-129/+210
* drm/i915: Treat using a purged buffer as a source of EFAULTChris Wilson2014-02-041-3/+3
* drm/i915: Convert EFAULT into a silent SIGBUSChris Wilson2014-02-041-0/+1
* drm/i915: release mutex in i915_gem_init()'s error pathMika Kuoppala2014-02-041-1/+3
* drm/i915: check for oom when allocating private_default_ctxMika Kuoppala2014-02-041-0/+4
* drm/i915/vlv: WA to fix Voltage not getting dropped to Vmin when Gfx is power...Deepak S2014-02-044-2/+61
* drm/i915: Get rid of acthd based guilty batch searchMika Kuoppala2014-02-041-91/+6Star
* drm/i915: Use hangcheck score to find guilty contextMika Kuoppala2014-02-043-15/+32
* drm/i915: Drop WaDisablePSDDualDispatchEnable:ivb for IVB GT2Ville Syrjälä2014-02-041-7/+0Star
* drm/i915: Fix IVB GT2 WaDisableDopClockGating and WaDisablePSDDualDispatchEnableVille Syrjälä2014-02-041-3/+10
* drm/i915: Don't access snooped pages through the GTT (even for error capture)Chris Wilson2014-01-301-1/+2
* drm/i915: Only print information for filing bug reports onceChris Wilson2014-01-301-4/+8
* drm/i915: Tune down debug output when context is bannedMika Kuoppala2014-01-303-8/+14
* drm/i915: Use i915_hw_context to set reset statsMika Kuoppala2014-01-301-21/+23
* drm/i915: enable HiZ Raw Stall Optimization on IVBChia-I Wu2014-01-301-0/+4
* drm/i915: enable HiZ Raw Stall Optimization on HSWChia-I Wu2014-01-302-0/+6
* drm/i915: Capture PPGTT info on error captureBen Widawsky2014-01-302-0/+46
* drm/i915: Add some more registers to error stateBen Widawsky2014-01-302-1/+14
* drm/i915: Move per ring error state to ring_errorBen Widawsky2014-01-302-103/+104
* drm/i915: Reorder struct membersBen Widawsky2014-01-301-17/+25
* drm/i915: Logically reorder error register captureBen Widawsky2014-01-301-23/+36
* drm/i915: Extract register state error captureBen Widawsky2014-01-301-34/+43
* Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter2014-01-30241-6267/+13428
|\
| * Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/...Dave Airlie2014-01-3014-12/+244
| |\