summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/dp: read DPCD PSR capability only on eDPJani Nikula2013-10-011-5/+8
* drm/i915: Drop explicit plane restoration during resumeVille Syrjälä2013-10-011-3/+0
* drm/i915: Call intel_uncore_early_sanitize() during resumeVille Syrjälä2013-10-011-0/+2
* drm/i915: Move power well resume earlierVille Syrjälä2013-10-011-2/+2
* drm/i915: Move power well init earlier during driver loadVille Syrjälä2013-10-011-7/+8
* drm/i915: Redisable VGA before the modeset on resumeVille Syrjälä2013-10-011-2/+2
* drm/i915: Fix unclaimed register access due to delayed VGA memory disableVille Syrjälä2013-10-011-1/+7
* drm/i915: Rip out SUPPORTS_EDPDaniel Vetter2013-10-012-5/+2
* drm/i915: don't init DP or HDMI when not supported by DDI portPaulo Zanoni2013-10-013-5/+32
* drm/i915: add some assertions about VBT DDI port typesPaulo Zanoni2013-10-011-1/+23
* drm/i915: check the DDC and AUX bits of the VBT on DDI machinesPaulo Zanoni2013-10-011-0/+27
* drm/i915: use the HDMI DDI buffer translations from VBTPaulo Zanoni2013-10-014-2/+118
* drm/i915: VBT's child_device_config changes over timePaulo Zanoni2013-10-016-29/+59
* drm/i915: Do not unlock upon error in i915_gem_idle()Chris Wilson2013-10-011-6/+3
* drm/i915: Use unsigned for overflow checks in execbufDaniel Vetter2013-10-011-6/+6
* drm/i915: Ditch INTELFB_CONN_LIMITDaniel Vetter2013-10-013-3/+2
* drm/i915: Use kcalloc moreDaniel Vetter2013-10-015-9/+10
* drm/i915: use pointer = k[cmz...]alloc(sizeof(*pointer), ...) patternDaniel Vetter2013-10-0116-30/+30
* Merge tag 'drm-intel-next-2013-09-21-merged' of git://people.freedesktop.org/...Dave Airlie2013-10-0141-1113/+4416
|\
| * Merge tag 'v3.12-rc2' into drm-intel-nextDaniel Vetter2013-09-244020-137762/+366917
| |\
| * | drm/i915: assume all GM45 Acer laptops use inverted backlight PWMJani Nikula2013-09-201-14/+5
| * | drm/i915: cleanup a min_t() castDan Carpenter2013-09-201-1/+1
| * | drm/i915: Pull intel_init_power_well() out of intel_modeset_init_hw()Ville Syrjälä2013-09-203-2/+4
| * | drm/i915: Add POWER_DOMAIN_VGAVille Syrjälä2013-09-202-0/+4
| * | drm/i915: Refactor power well refcount inc/dec operationsVille Syrjälä2013-09-201-18/+21
| * | drm/i915: Add intel_display_power_{get, put} to request power for specific do...Ville Syrjälä2013-09-202-0/+67
| * | drm/i915: Change i915_request power well handlingVille Syrjälä2013-09-202-9/+35
| * | drm/i915: POSTING_READ IPS_CTL before waiting for the vblankPaulo Zanoni2013-09-201-0/+1
| * | drm/i915: don't disable ERR_INT on the IRQ handlerPaulo Zanoni2013-09-201-19/+0
| * | drm/i915/vlv: disable rc6p and rc6pp residency reporting on BYTJesse Barnes2013-09-201-0/+4
| * | drm/i915/vlv: honor i915_enable_rc6 boot param on VLVJesse Barnes2013-09-201-3/+4
| * | drm/i915: s/HAS_L3_GPU_CACHE/HAS_L3_DPFBen Widawsky2013-09-195-10/+11
| * | drm/i915: Do remaps for all contextsBen Widawsky2013-09-194-27/+41
| * | drm/i915: Keep a list of all contextsBen Widawsky2013-09-194-6/+16
| * | drm/i915: Make l3 remapping use the ringBen Widawsky2013-09-193-22/+23
| * | drm/i915: Add second slice l3 remappingBen Widawsky2013-09-196-57/+113
| * | drm/i915: Fix HSW parity testBen Widawsky2013-09-191-1/+13
| * | drm/i915: dump crtc timings from the pipe configDaniel Vetter2013-09-191-0/+12
| * | drm/i915: register backlight device also when backlight class is a moduleJani Nikula2013-09-191-1/+1
| * | drm/i915: write D_COMP using the mailboxPaulo Zanoni2013-09-192-2/+12
| * | drm/i915: check for more ASLC interruptsPaulo Zanoni2013-09-171-32/+121
| * | drm/i915: only report hpd connector status change when it actually changedJani Nikula2013-09-171-4/+10
| * | drm/i915: WARN is the DP aux read or write is too bigPaulo Zanoni2013-09-171-2/+12
| * | drm/i915: Convert overlay double wide check over to pipe configVille Syrjälä2013-09-171-4/+1
| * | drm/i915: Fix up pipe vs. double wide confusionVille Syrjälä2013-09-171-3/+3
| * | drm/i915: pipe_src_w must be even in LVDS dual channel, DVO ganged, and doubl...Ville Syrjälä2013-09-171-0/+10
| * | drm/i915: Check pixel clock limits on pre-gen4Ville Syrjälä2013-09-171-1/+7
| * | drm/i915: Add double_wide readout and checkingVille Syrjälä2013-09-171-0/+5
| * | drm/i915: Move double wide mode handling into pipe_configVille Syrjälä2013-09-172-11/+22
| * | drm/i915: garbage-collect vlv refclk functionDaniel Vetter2013-09-171-23/+1