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