summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2013-07-04drm/radeon/sumo: implement support for disable_gfx_power_gating_in_uvd flagAlex Deucher1-1/+3
2013-07-04drm/radeon/tn: disable PG when changing UVD clocksAlex Deucher1-0/+8
2013-07-04drm/radeon/sumo: disable PG when changing UVD clocksAlex Deucher1-2/+19
2013-07-04drm/radeon/aruba: disable additional rlc featuresAlex Deucher1-2/+0
2013-07-04drm/radeon: fix endian bug in radeon_atom_get_mclk_range_table()Alex Deucher1-1/+1
2013-07-03drm/radeon/dpm: fix compilation with certain versions of gccMike Lothian6-0/+6
2013-07-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-2/+1
2013-07-02drm/radeon/dpm: clarify debugfs warningAlex Deucher1-1/+1
2013-07-02drm/i915: Don't try to tear down the stolen drm_mm if it's not thereDaniel Vetter1-3/+6
2013-07-02drm: make drm_mm_init() return voidDavid Herrmann4-21/+5
2013-07-02drm/radeon/dpm: add debugfs support for SIAlex Deucher4-0/+26
2013-07-02drm/radeon/dpm: add debugfs support for caymanAlex Deucher4-0/+27
2013-07-02drm/radeon/dpm: add debugfs support for TNAlex Deucher3-0/+24
2013-07-02drm/radeon/dpm: add debugfs support for ON/LNAlex Deucher3-0/+31
2013-07-02drm/radeon/dpm: add debugfs support for 7xx/evergreen/btcAlex Deucher4-0/+39
2013-07-02drm/radeon/dpm: add debugfs support for rv6xxAlex Deucher3-0/+28
2013-07-02drm/radeon/dpm: add infrastructure to support debugfs infoAlex Deucher2-13/+29
2013-07-02drm/radeon/dpm: re-enable state transitions for CaymanAlex Deucher1-5/+0
2013-07-02drm/radeon/dpm: re-enable state transitions for BTCAlex Deucher1-3/+0
2013-07-01drm/radeon: fix typo in radeon_atom_init_mc_reg_table()Alex Deucher1-1/+2
2013-07-01drm/radeon/atom: fix endian bug in radeon_atom_init_mc_reg_table()Alex Deucher1-1/+1
2013-07-01drm/radeon: remove sumo dpm/uvd bringup leftoversAlex Deucher1-17/+0
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
2013-07-01drm/i915: fold the queue_work into intel_hpd_irq_handlerDaniel Vetter1-8/+3
2013-07-01drm/i915: fold the hpd_irq_setup call into intel_hpd_irq_handlerDaniel Vetter1-18/+11
2013-07-01drm/i915: s/hotplug_irq_storm_detect/intel_hpd_irq_handler/Daniel Vetter1-8/+8
2013-07-01drm/i915: close tiny race in the ilk pcu even interrupt setupDaniel Vetter1-6/+5
2013-07-01drm/i915: fix locking around ironlake_enable|disable_display_irqDaniel Vetter1-3/+24
2013-07-01drm/i915: Fix context sizes on HSWBen Widawsky2-9/+8
2013-07-01drm/i915: Fix VLV sprite register offsetsVille Syrjälä1-25/+25
2013-07-01Revert "drm/i915: Don't use the HDMI port color range bit on Valleyview"Ville Syrjälä1-1/+1
2013-07-01drm/i915: s/LFP/LPF in DPIO PLL register namesVille Syrjälä3-9/+9
2013-07-01drm/i915: Fix VLV PLL LPF coefficients for DACVille Syrjälä1-0/+1
2013-07-01drm/i915: Jump to at least RPe on VLV when increasing the GPU frequencyVille Syrjälä1-2/+10
2013-07-01drm/i915: Don't increase the GPU frequency from the delayed VLV rps timerVille Syrjälä1-1/+2
2013-07-01drm/i915: GEN6_RP_INTERRUPT_LIMITS doesn't seem to exist on VLVVille Syrjälä1-6/+2
2013-07-01drm/i915: Make the rps new_delay comparison more readableVille Syrjälä1-2/+2
2013-07-01drm/i915: Don't wait for Punit after each freq change on VLVVille Syrjälä1-18/+35
2013-07-01drm/i915: Clean up VLV rps code a bitVille Syrjälä1-20/+30
2013-07-01drm/i915: Detect invalid scanout pitchesChris Wilson1-4/+21
2013-07-01drm/i915: Remove duplicated WaForceL3Serialization:vlvVille Syrjälä1-4/+0
2013-07-01drm/i915: don't scream into dmesg when a modeset failsDaniel Vetter1-2/+2
2013-07-01drm/i915: Fix up sdvo hpd pins for i965g/gmDaniel Vetter2-18/+8
2013-07-01drm/i915: Introduce an HAS_IPS() macroDamien Lespiau3-3/+5
2013-07-01drm/i915: fix build warning on format specifier mismatchJani Nikula1-1/+1