summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2013-03-19drm/i915: allow force wake at init time on VLV v2Jesse Barnes2-0/+11
2013-03-18drm/i915: Remove unneeded dev argumentBen Widawsky1-3/+2
2013-03-18drm/i915: Remove unused file arg from execbufBen Widawsky1-3/+2
2013-03-17drm/i915: Resurrect ring kicking for semaphores, selectivelyChris Wilson1-0/+40
2013-03-17drm/i915: add missing space in error messagePaulo Zanoni1-1/+1
2013-03-17drm/i915: don't save/restore PCH_LVDS on LPTPaulo Zanoni1-3/+4
2013-03-17drm/i915: reorganize intel_lvds_supportedPaulo Zanoni1-5/+5
2013-03-17drm/i915: add HAS_POWER_WELLPaulo Zanoni2-2/+3
2013-03-17drm/i915: there's no DSPADDR register on HaswellPaulo Zanoni1-2/+4
2013-03-17drm/i915: there's no DSPSIZE register on gen4+Paulo Zanoni1-2/+4
2013-03-17drm/i915: capture the correct cursor registers on IVBPaulo Zanoni1-3/+9
2013-03-17drm/i915: disable sound first on intel_disable_ddiPaulo Zanoni1-4/+4
2013-03-13drm/i915: reduce power in the ilk rc6 enable error messageJani Nikula1-1/+1
2013-03-13drm/i915: clarify reasoning for the access_ok callKees Cook1-1/+5
2013-03-13drm/i915: use simple attribute in debugfs routinesKees Cook1-302/+104
2013-03-11gpu: don't cast kzalloc() return valueMihnea Dobrescu-Balaur1-1/+1
2013-03-06drm/i915/dp: add pre-PCH eDP checking to DP detect for VLVJesse Barnes1-0/+10
2013-03-06drm/i915: use gen6 stolen check on VLVJesse Barnes1-1/+1
2013-03-06drm/i915/dp: don't use ILK paths on VLVJesse Barnes1-2/+2
2013-03-06drm/i915: VLV has force wakeJesse Barnes1-0/+2
2013-03-06drm/i915: don't init LVDS on VLVJesse Barnes1-0/+3
2013-03-05drm/i915: Capture current context on errorBen Widawsky3-1/+41
2013-03-04drm/i915: rename some HDMI bit definitionsPaulo Zanoni3-9/+13
2013-03-04drm/i915: remove duplicated SDVO/HDMI bit definitionsPaulo Zanoni4-45/+29
2013-03-04drm/i915: unify the definitions of the HDMI/SDVO registerPaulo Zanoni1-56/+55
2013-03-04drm/i915: clarify confusion between SDVO and HDMI registersPaulo Zanoni3-41/+42
2013-03-04drm/i915: remove disabled memset of framebuffer from intel_fbJesse Barnes1-2/+0
2013-03-04drm/i915: exclude CCID for platforms without itBen Widawsky1-1/+2
2013-03-04drm/i915: Created a sized object error dumpBen Widawsky1-8/+10
2013-03-03drm/i915: Single thread force wake isn't used on HSW anymoreVille Syrjälä1-9/+2
2013-03-03drm/i915: Use '1' instead of FORCEWAKE_KERNEL for ST force wakeVille Syrjälä1-1/+1
2013-03-03drm/i915: Use FORCEWAKE_KERNEL instead of hardcoded number in MT forcewake ACKVille Syrjälä1-4/+4
2013-03-03drm/i915: Kill a few pointless commentsVille Syrjälä1-3/+0
2013-03-03drm/i915: Remove a stale and misplaced commentVille Syrjälä1-14/+0
2013-03-03drm/i915: Document the find_pll() functionVille Syrjälä1-2/+18
2013-03-03drm/i915: Add to_user_ptr()Ville Syrjälä3-18/+21
2013-03-03drm/i915: gen2 has no tv out supportDaniel Vetter1-5/+1
2013-03-03drm/i915: Use cpu_transcoder for HSW_TVIDEO_DIP_* instead of pipeRodrigo Vivi2-14/+17
2013-02-21drm/i915: Kill pipestat[] cacheVille Syrjälä2-25/+17
2013-02-20drm/i915: Refactor gen2 to gen4 vblank interrupt handlingVille Syrjälä2-54/+72
2013-02-20drm/i915: Fix races in gen4 page flip interrupt handlingVille Syrjälä1-11/+20
2013-02-20drm/i915: Eliminate race from gen2/3 page flip interrupt handlingVille Syrjälä1-6/+21
2013-02-20drm/i915: don't restore LVDS enable state blindly v2Jesse Barnes1-2/+6
2013-02-20drm/i915: clear the FPGA_DBG_RM_NOCLAIM bit at driver initPaulo Zanoni1-0/+18
2013-02-20drm/i915: use FPGA_DBG for the "unclaimed register" checksPaulo Zanoni2-4/+7
2013-02-20drm/i915: create functions for the "unclaimed register" checksPaulo Zanoni1-8/+23
2013-02-20drm/i915: rename sdvox_reg to hdmi_reg on HDMI contextPaulo Zanoni3-41/+39
2013-02-20drm/i915: add aux_ch_ctl_reg to struct intel_dpPaulo Zanoni2-45/+22
2013-02-20drm/i915: wait_event_timeout's timeout is in jiffiesPaulo Zanoni1-1/+2
2013-02-20drm/i915: use HAS_DDI on intel_hdmi.c and intel_display.cPaulo Zanoni2-7/+7