summaryrefslogtreecommitdiffstats
path: root/drivers/auxdisplay (unfollow)
Commit message (Expand)AuthorFilesLines
2014-02-12drm/i915: Pass explicit mode into mode_from_pipe_config v3Daniel Vetter2-17/+16
2014-02-12drm/i915: read out hw state earlier v2Jesse Barnes1-4/+2
2014-02-12drm/i915: unbind fbs from crtcs during driver unloadImre Deak1-1/+1
2014-02-12drm/i915/bdw: Use centralized rc6 info printBen Widawsky1-3/+3
2014-02-12drm/i915: Just print rc6 factsBen Widawsky1-9/+3
2014-02-12drm/i915: Stop pretending VLV has rc6+Ben Widawsky1-3/+3
2014-02-12drm/i915: Clarify RC6 enablingBen Widawsky1-7/+3
2014-02-12drm/i915: WARN in case we're enabling the pipe and it's enabledPaulo Zanoni1-1/+4
2014-02-12drm/i915: remove wait_for_vblank argument form intel_enable_pipePaulo Zanoni1-7/+14
2014-02-12drm/i915: remove "dsi" argument form intel_enable_pipePaulo Zanoni1-8/+6
2014-02-12drm/i915: remove pch_port argument form intel_enable_pipePaulo Zanoni1-9/+6
2014-02-12drm/i915: pass intel_crtc as argument for intel_enable_pipePaulo Zanoni1-15/+14
2014-02-12drm/i915: remove the vblank_wait hack from HSW+Paulo Zanoni1-10/+0
2014-02-12drm/i915: don't wait for vblank after enabling pipe on HSWPaulo Zanoni1-1/+1
2014-02-12drm/i915: add wait_for_vblank argument to intel_enable_pipePaulo Zanoni1-6/+8
2014-02-12drm/i915: Initialize downclock mode in panel initVandana Kannan5-9/+12
2014-02-12drm/i915: add a display info file to debugfs v2Jesse Barnes2-0/+163
2014-02-12drm: expose subpixel order name routine v3Jesse Barnes2-0/+24
2014-02-12drm/i915: split aligned height calculation out v2Jesse Barnes1-4/+11
2014-02-12drm/i915: Fix error path leak in fbdev fb allocationDaniel Vetter3-23/+36
2014-02-12drm/i915: Use normal fb deref for the fbcon framebufferDaniel Vetter3-11/+4
2014-02-12drm/i915: Provide a command line option to disable displayDamien Lespiau3-3/+11
2014-02-12drm/i915: Disable display when fused offDamien Lespiau2-1/+33
2014-02-12drm/i915: Flush GPU rendering with a lockless wait during a pagefaultChris Wilson1-3/+14
2014-02-12drm/i915: vlv: handle only enabled pipestat interrupt eventsImre Deak3-3/+37
2014-02-12drm/i915: vlv: fix mapping of pipestat enable to status bitsImre Deak2-2/+35
2014-02-12drm/i915: pass status instead of enable flags to i915_enable_pipestatImre Deak4-32/+67
2014-02-12drm/i915: Short-circuit no-op vga_set_state()Chris Wilson1-0/+3
2014-02-12drm/i915: Propagate PCI read/write errors during vga_set_state()Chris Wilson1-2/+11
2014-02-12drm/i915: alloc intel_fb in the intel_fbdev structJesse Barnes3-11/+22
2014-02-12drm/i915: Downgrade *ERROR* message for invalid user inputChris Wilson1-7/+7
2014-02-12drm/i915: Reorder i915_params fields to not create holesDamien Lespiau1-3/+4
2014-02-12drm/i915: Use I915_MAX_PIPES in the pipe/plane_to_crtc_mapping definitionsDamien Lespiau1-2/+2
2014-02-12drm/i915: Consolidate FUSE_STRAP in one set of definesDamien Lespiau3-13/+10
2014-02-12drm/i915: Move num_plane to the intel_device_info structureDamien Lespiau3-8/+24
2014-02-12drm/i915: Make the intel_device_info structure kept in dev_priv writableDamien Lespiau3-79/+82
2014-02-12drm/i915: Always use INTEL_INFO() to access the device_info structureDamien Lespiau4-20/+29
2014-02-12drm/i915: Disable SF pipelined attribute fetch for SNBVille Syrjälä2-1/+10
2014-02-07drm/i915: Update rps interrupt limitsJeff McGee2-1/+20
2014-02-07drm/i915: Restore rps/rc6 on resetJeff McGee3-19/+76
2014-02-06drm/i915: Prevent recursion by retiring requests when the ring is fullChris Wilson1-20/+5
2014-02-05drm/i915: Generate a hang error codeBen Widawsky1-7/+37
2014-02-05drm/i915: unify FLIP_DONE macro namesImre Deak2-10/+10
2014-02-05drm/i915: vlv: s/spin_lock_irqsave/spin_lock/ in irq handlerImre Deak1-3/+2
2014-02-05drm/i915: factor out valleyview_pipestat_irq_handlerImre Deak1-34/+42
2014-02-05drm/i915: vlv: don't unmask IIR[DISPLAY_PIPE_A/B_VBLANK] interruptImre Deak1-14/+0
2014-02-05drm/i915: Reorganize display pipe register accessesAntti Koskipaa4-129/+210
2014-02-04drm/i915: Treat using a purged buffer as a source of EFAULTChris Wilson1-3/+3
2014-02-04drm/i915: Convert EFAULT into a silent SIGBUSChris Wilson1-0/+1
2014-02-04drm/i915: release mutex in i915_gem_init()'s error pathMika Kuoppala1-1/+3