summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2013-07-09drm: Change create block to reserve nodeBen Widawsky3-18/+21
2013-07-09drm: pre allocate node for create_blockBen Widawsky3-25/+48
2013-07-06drm/i915: assert_spin_locked for pipestat interrupt enable/disableDaniel Vetter1-0/+14
2013-07-06drm/i915: less magic for stolen preallocated objects w/o gtt offsetDaniel Vetter3-2/+3
2013-07-06drm/i915: Explicitly cast pipe -> intel_dpll_idDaniel Vetter1-2/+3
2013-07-06drm/i915: explicitly cast pipe -> cpu_transcoderDaniel Vetter1-5/+6
2013-07-02drm/i915: Use wait_for() to wait for Punit to change GPU freq on VLVVille Syrjälä2-9/+3
2013-07-02drm/i915: split encoder get_config calls from crtc get_clock callsJesse Barnes1-10/+14
2013-07-01drm/i915: fixup messages in pipe_config_compareJesse Barnes1-2/+2
2013-07-01drm/i915: add error_state sysfs entryMika Kuoppala2-2/+72
2013-07-01drm/i915: introduce i915_error_state_buf_initMika Kuoppala2-20/+37
2013-07-01drm/i915: export error state ref handlingMika Kuoppala2-9/+25
2013-07-01drm/i915: export error state to string conversionMika Kuoppala2-16/+15
2013-07-01drm/i915: flip on a no fb -> fb transition if crtc is active v3Jesse Barnes1-2/+10
2013-07-01drm/i915: turn off panel fitting at flip time if needed v2Jesse Barnes1-0/+14
2013-07-01drm/i915: copy fetched mode state into crtc at setup_hw time v5Jesse Barnes1-0/+37
2013-07-01drm/i915: get mode clock when reading the pipe config v9Jesse Barnes3-11/+123
2013-07-01drm/i915: add fastboot param for fast & loose mode settingJesse Barnes2-0/+6
2013-07-01drm/i915: pixel multiplier readout support for pch portsDaniel Vetter2-9/+6
2013-07-01drm/i915: Move gtt_mtrr to i915_gttBen Widawsky2-6/+6
2013-07-01drm/i915: Move fbc members out of lineBen Widawsky6-67/+69
2013-07-01drm/i915: Use gtt shortform where possibleBen Widawsky1-21/+15
2013-07-01drm/i915: Drop dev from pte_encodeBen Widawsky2-17/+10
2013-07-01drm/i915: Combine scratch members into a structBen Widawsky2-11/+12
2013-07-01drm/i915: Really share scratch pageBen Widawsky2-3/+2
2013-07-01drm/i915: make PDE|PTE platform specificBen Widawsky2-5/+6
2013-07-01drm/i915: Extract error buffer captureBen Widawsky1-31/+38
2013-07-01drm/i915: Remove extra error state NULLBen Widawsky1-6/+0
2013-07-01drm/i915: Mask out hardware status bits from VLV DPLL registerVille Syrjälä1-0/+5
2013-07-01drm/i915: s/pre_pll/pre/ on the lvds port enable functionDaniel Vetter2-12/+5
2013-07-01drm/i915: move i9xx dpll enabling into crtc enable functionDaniel Vetter1-64/+36
2013-07-01drm/i915: hw state readout for i9xx dpllsDaniel Vetter2-0/+21
2013-07-01drm/i915: move encoder pre enable hooks togther on ilk+Daniel Vetter1-5/+4
2013-07-01drm/i915: asserts for lvds pre_enableDaniel Vetter3-18/+41
2013-07-01drm/i915: duplicate intel_enable_pll into i9xx and vlv versionsDaniel Vetter1-17/+34
2013-07-01drm/i915: use sw tracked state to select shared dpllsDaniel Vetter1-4/+4
2013-07-01drm/i915: consolidate pch pll enable sequenceDaniel Vetter2-48/+29
2013-07-01drm/i915: Bail out once we've found the context objectDamien Lespiau1-0/+1
2013-07-01drm/i915: Fix a couple of "should it be static?" sparse warningsDamien Lespiau1-2/+3
2013-07-01drm/i915: Fix a few style issues found by checkpatch.plDamien Lespiau1-5/+4
2013-07-01drm/i915: Use seq_puts/seq_putc when possibleDamien Lespiau1-55/+55
2013-07-01drm/i915: Fix reason for per-chip disabling of FBCDamien Lespiau3-8/+10
2013-07-01drm/i915: Make intel_enable_fbc() staticDamien Lespiau2-2/+1
2013-07-01drm/i915: invert the verbosity of intel_enable_fbcPaulo Zanoni1-2/+1
2013-07-01drm/i915: Break up the large vsnprintf() in print_error_buffers()Chris Wilson1-30/+79
2013-07-01drm/i915: Refactor the wait_rendering completion into a common routineChris Wilson1-25/+23
2013-07-01drm/i915: Only clear write-domains after a successful wait-seqnoChris Wilson1-1/+2
2013-07-01drm/i915: correct intel_dp_get_config() function for DevCPTXiong Zhang2-11/+27
2013-07-01drm/i915: fix hpd interrupt register lockingDaniel Vetter1-5/+10
2013-07-01drm/i915: fold the no-irq check into intel_hpd_irq_handlerDaniel Vetter1-16/+17