summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Create GEN specific read MMIOBen Widawsky2013-10-101-13/+59
* drm/i915: Extract common MMIO linesBen Widawsky2013-10-101-9/+21
* drm/i915: Create MMIO virtual functionsBen Widawsky2013-10-102-95/+104
* drm/i915: Move edram detection early_sanitizeBen Widawsky2013-10-102-10/+11
* drm/i915: Prevent using uninitialized MMIO funcsBen Widawsky2013-10-101-1/+1
* drm/i915: rip out gen2 reset codeDaniel Vetter2013-10-101-31/+0
* drm/i915: check that the i965g/gm 4G limit is really obeyedDaniel Vetter2013-10-101-0/+3
* drm/i915: Undo the PIPEA quirk for i845Chris Wilson2013-10-101-2/+1
* drm/i915: Use the real cpu max frequency for ring scalingBen Widawsky2013-10-101-6/+11
* drm/i915: Flush primary plane changes in sprite codeVille Syrjälä2013-10-101-0/+2
* drm/i915: WARN if primary plane state doesn't match expectationsVille Syrjälä2013-10-101-0/+4
* drm/i915: Rename intel_{enable, disable}_plane to intel_{enable, disable}_pri...Ville Syrjälä2013-10-101-13/+13
* drm/i915: Rename intel_flush_display_plane to intel_flush_primary_planeVille Syrjälä2013-10-104-12/+12
* drm/i915: Enable/disable IPS when primary is enabled/disabledVille Syrjälä2013-10-103-2/+23
* drm/i915: Do the fbc vs. primary plane enable/disable in the right orderVille Syrjälä2013-10-101-5/+6
* drm/i915: Save user requested plane coordinates only on successVille Syrjälä2013-10-101-9/+22
* drm/i915: Do a bit of cleanup in the sprite codeVille Syrjälä2013-10-101-9/+5
* drm/i915: Kill a goto from sprite disable codeVille Syrjälä2013-10-101-12/+9
* drm/i915: Reduce the time we hold struct mutex in sprite update_plane codeVille Syrjälä2013-10-101-11/+18
* drm/i915: Allow sprites to be configured on a disabled pipeVille Syrjälä2013-10-101-33/+32
* drm/i915: Set primary_disabled in intel_{enable, disable}_planeVille Syrjälä2013-10-101-0/+8
* drm/i915/dp: promote clock recovery failures to DRM_ERRORJani Nikula2013-10-101-2/+2
* drm/i915: Fix VGA_DISP_DISABLE checkVille Syrjälä2013-10-101-1/+1
* drm/i915: Use intel_PLL_is_valid() in vlv_find_best_dpll()Ville Syrjälä2013-10-101-11/+24
* drm/i915: Don't lie about findind suitable PLL settings on VLVVille Syrjälä2013-10-101-1/+4
* drm/i915: intel_limits_vlv_dac and intel_limits_vlv_hdmi are the sameVille Syrjälä2013-10-101-15/+2
* drm/i915: Remove unused dot_limit from VLV PLL limitsVille Syrjälä2013-10-101-4/+2
* drm/i915: Remove the unused p and m limits for VLVVille Syrjälä2013-10-101-4/+0
* drm/i915: Respect p2 divider minimum limit on VLVVille Syrjälä2013-10-101-3/+3
* drm/i915: Allow p1 divider 2 on VLVVille Syrjälä2013-10-101-1/+1
* drm/i915: Clarify VLV PLL p1 limitsVille Syrjälä2013-10-101-3/+3
* drm/i915: Make sure we respect n.max on VLVVille Syrjälä2013-10-101-2/+3
* drm/i915: De-magic the VLV p2 divider step sizeVille Syrjälä2013-10-101-3/+2
* drm/i915: Rewrite vlv_find_best_dpll()Ville Syrjälä2013-10-101-41/+33
* drm/i915: Don't underflow bestppmVille Syrjälä2013-10-101-1/+1
* drm/i915: Make vlv_find_best_dpll() ppm calculation safeVille Syrjälä2013-10-101-8/+8
* drm/i915/dp: use sizeof for memset instead of magic valueJani Nikula2013-10-101-1/+1
* drm/i915: Remove yet another unused defineDamien Lespiau2013-10-101-3/+0
* drm/i915: Fix type mismatch and accounting in i915_gem_shrinkChris Wilson2013-10-101-14/+15
* drm/i915: Call io_schedule() whilst whilsting for the GPUChris Wilson2013-10-101-1/+1
* Merge remote-tracking branch 'airlied/drm-next' into drm-intel-nextDaniel Vetter2013-10-1081-825/+578
|\
| * drm/i915/dp: get rid of intel_dp->link_configurationJani Nikula2013-10-093-29/+13
| * drm/radeon/dp: use drm_dp_enhanced_frame_cap()Jani Nikula2013-10-091-2/+1
| * drm: Kill drm perf counter leftoversVille Syrjälä2013-10-097-43/+0
| * drm: Remove pci_vendor and pci_device from struct drm_deviceVille Syrjälä2013-10-0915-49/+46
| * drm: Kill ctx_count from struct drm_deviceVille Syrjälä2013-10-093-4/+1
| * drm: Make irq_enabled boolVille Syrjälä2013-10-096-16/+18
| * drm: Collect per-crtc vblank stuff to a structVille Syrjälä2013-10-095-109/+65
| * drm: Make vblank_enabled boolVille Syrjälä2013-10-092-5/+5
| * drm: Make vblank_disable_allowed boolVille Syrjälä2013-10-095-8/+9
OpenPOWER on IntegriCloud