summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | qxl: use drm helper hotplug supportDave Airlie2013-07-052-1/+6
| * | | | | qxl: add suspend/resume/hibernate support.Dave Airlie2013-07-053-8/+132
| * | | | | qxl: add fb and ttm entry points for use by suspend/resume.Dave Airlie2013-07-053-0/+18
| * | | | | qxl: add ring prep code for s/rDave Airlie2013-07-052-2/+9
| * | | | | qxl: prepare memslot code for suspend/resumeDave Airlie2013-07-052-4/+19
| * | | | | qxl: split monitors_config object creation out.Dave Airlie2013-07-052-4/+52
| * | | | | drm/qxl: set time on drawables from userspaceDave Airlie2013-07-051-0/+6
| * | | | | drm/qxl: add support for > 1 outputDave Airlie2013-07-055-58/+85
| * | | | | drm/qxl: make dynamic resizing work properly.Dave Airlie2013-07-051-55/+3
| |/ / / /
| * | | | drm: fix print format of sequence in trace pointSeung-Woo Kim2013-07-041-3/+3
| * | | | drm: fix error routines in drm_open_helperSeung-Woo Kim2013-07-041-5/+20
| * | | | drm: add assertion for checking null edid to drm_edid_block_validSeung-Woo Kim2013-07-041-3/+6
| * | | | drm: Convert drm class driver from legacy pm ops to dev_pm_opsShuah Khan2013-07-041-4/+29
| * | | | Merge tag 'drm-intel-fixes-2013-07-03' of git://people.freedesktop.org/~danve...Dave Airlie2013-07-0415-322/+498
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | drm/i915: Don't try to tear down the stolen drm_mm if it's not thereDaniel Vetter2013-07-021-3/+6
| | * | | drm/i915: Break up the large vsnprintf() in print_error_buffers()Chris Wilson2013-07-011-30/+79
| | * | | drm/i915: Refactor the wait_rendering completion into a common routineChris Wilson2013-07-011-25/+23
| | * | | drm/i915: Only clear write-domains after a successful wait-seqnoChris Wilson2013-07-011-1/+2
| | * | | drm/i915: correct intel_dp_get_config() function for DevCPTXiong Zhang2013-07-012-11/+27
| | * | | drm/i915: fix hpd interrupt register lockingDaniel Vetter2013-07-011-5/+10
| | * | | drm/i915: fold the no-irq check into intel_hpd_irq_handlerDaniel Vetter2013-07-011-16/+17
| | * | | drm/i915: fold the queue_work into intel_hpd_irq_handlerDaniel Vetter2013-07-011-8/+3
| | * | | drm/i915: fold the hpd_irq_setup call into intel_hpd_irq_handlerDaniel Vetter2013-07-011-18/+11
| | * | | drm/i915: s/hotplug_irq_storm_detect/intel_hpd_irq_handler/Daniel Vetter2013-07-011-8/+8
| | * | | drm/i915: close tiny race in the ilk pcu even interrupt setupDaniel Vetter2013-07-011-6/+5
| | * | | drm/i915: fix locking around ironlake_enable|disable_display_irqDaniel Vetter2013-07-011-3/+24
| | * | | drm/i915: Fix context sizes on HSWBen Widawsky2013-07-012-9/+8
| | * | | drm/i915: Fix VLV sprite register offsetsVille Syrjälä2013-07-011-25/+25
| | * | | Revert "drm/i915: Don't use the HDMI port color range bit on Valleyview"Ville Syrjälä2013-07-011-1/+1
| | * | | drm/i915: s/LFP/LPF in DPIO PLL register namesVille Syrjälä2013-07-013-9/+9
| | * | | drm/i915: Fix VLV PLL LPF coefficients for DACVille Syrjälä2013-07-011-0/+1
| | * | | drm/i915: Jump to at least RPe on VLV when increasing the GPU frequencyVille Syrjälä2013-07-011-2/+10
| | * | | drm/i915: Don't increase the GPU frequency from the delayed VLV rps timerVille Syrjälä2013-07-011-1/+2
| | * | | drm/i915: GEN6_RP_INTERRUPT_LIMITS doesn't seem to exist on VLVVille Syrjälä2013-07-011-6/+2
| | * | | drm/i915: Make the rps new_delay comparison more readableVille Syrjälä2013-07-011-2/+2
| | * | | drm/i915: Don't wait for Punit after each freq change on VLVVille Syrjälä2013-07-011-18/+35
| | * | | drm/i915: Clean up VLV rps code a bitVille Syrjälä2013-07-011-20/+30
| | * | | drm/i915: Detect invalid scanout pitchesChris Wilson2013-07-011-4/+21
| | * | | drm/i915: Remove duplicated WaForceL3Serialization:vlvVille Syrjälä2013-07-011-4/+0
| | * | | drm/i915: don't scream into dmesg when a modeset failsDaniel Vetter2013-07-011-2/+2
| | * | | drm/i915: Fix up sdvo hpd pins for i965g/gmDaniel Vetter2013-07-012-18/+8
| | * | | drm/i915: Introduce an HAS_IPS() macroDamien Lespiau2013-07-013-3/+5
| | * | | drm/i915: fix build warning on format specifier mismatchJani Nikula2013-07-011-1/+1
| | * | | drm/i915: tune down DIDL warning about too many outputsDaniel Vetter2013-07-011-4/+4
| | * | | drm/i915: make compact dma scatter lists creation work with SWIOTLB backend.Konrad Rzeszutek Wilk2013-07-011-3/+12
| | * | | drm/i915: Fix PCH detect with multiple ISA bridges in VMRui Guo2013-07-011-2/+16
| | * | | drm/i915: rename intel_dp_destroy to intel_dp_connector_destroyPaulo Zanoni2013-07-011-2/+2
| | * | | drm/i915: check the return value of intel_dp_i2c_initPaulo Zanoni2013-06-281-2/+4
| | * | | drm/i915: fix the "ghost eDP" encoder unwind pathPaulo Zanoni2013-06-282-2/+13
| | * | | drm/i915: fix the "ghost eDP" connector unwind pathPaulo Zanoni2013-06-282-4/+9
OpenPOWER on IntegriCloud