summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/vga (unfollow)
Commit message (Expand)AuthorFilesLines
2013-10-23drm/qxl: remove unnecessary checkMarc-André Lureau1-3/+0
2013-10-23drm/qxl: prefer the monitor config resolutionMarc-André Lureau1-5/+13
2013-10-23drm: copy mode type in drm_mode_connector_list_update()Marc-André Lureau1-1/+1
2013-10-23drm/qxl: notify that the monitor config changedMarc-André Lureau1-1/+6
2013-10-23drm: return if changed in drm_helper_hpd_irq_event()Marc-André Lureau2-3/+5
2013-10-23drm: fix a small spellingMarc-André Lureau1-1/+1
2013-10-22DRM: Armada: depend on ARMRussell King1-1/+1
2013-10-22drm/sysfs: sort out minor and connector device object lifetimes.Dave Airlie11-87/+61
2013-10-18DRM: Armada: add support for drm tda19988 driverRussell King2-0/+51
2013-10-18drm/i2c: tda998x: set VIF for full range, underscanned displayRussell King1-0/+3
2013-10-18DRM: Armada: Add support for ARGB 32x64 or 64x32 hardware cursorsRussell King5-6/+256
2013-10-18drm/i915/dp: don't mention eDP bpp clamping if it doesn't affect bppJani Nikula1-2/+3
2013-10-18drm/i915: remove dead code in ironlake_crtc_mode_setDaniel Vetter1-5/+0
2013-10-18drm/i915: crc support for hswDaniel Vetter3-20/+27
2013-10-18drm/i915: fix CRC debugfs setupDaniel Vetter1-2/+1
2013-10-18drm/i915: wait one vblank when disabling CRCsDaniel Vetter1-0/+2
2013-10-18drm/i915: use ->get_vblank_counter for the crc frame counterDaniel Vetter1-6/+4
2013-10-18drm/i915: wire up CRC interrupt for ilk/snbDaniel Vetter4-19/+84
2013-10-18drm/i915: add CRC #defines for ilk/snbDaniel Vetter1-11/+35
2013-10-18drm/i915: extract display_pipe_crc_updateDaniel Vetter1-7/+23
2013-10-18drm/i915: don't Oops in debugfs for I915_FBDEV=nDaniel Vetter1-1/+1
2013-10-18drm/i915: set HDMI pixel clock in audio configurationJani Nikula2-5/+55
2013-10-18drm/i915: pass mode to ELD write vfuncsJani Nikula2-5/+9
2013-10-18cpufreq: Add dummy cpufreq_cpu_get/put for CONFIG_CPU_FREQ=nDaniel Vetter1-0/+8
2013-10-18drm/i915: check gem bo size when creating framebuffersDaniel Vetter1-0/+8
2013-10-16drm/i915: Use unsigned long for obj->user_pin_countDaniel Vetter2-1/+6
2013-10-16drm/i915: prevent tiling changes on framebuffer backing storageDaniel Vetter3-5/+7
2013-10-16drm/i915: grab dev->struct_mutex around framebuffer_initDaniel Vetter1-5/+14
2013-10-16drm/i915: vlv: fix VGA hotplug after modesetImre Deak1-1/+1
2013-10-16drm: add support for additional stereo 3D modesThomas Wood1-9/+94
2013-10-16drm/i915: preserve dispaly init order on ByTArtem Bityutskiy1-8/+7
2013-10-16drm/i915: Use pipe_name() instead of the pipe numberDamien Lespiau3-4/+4
2013-10-16drm/i915: Disable all GEM timers and work on unloadChris Wilson4-36/+23
2013-10-16drm/i915: Move some hdmi enable function name to vlv specific.Chon Ming Lee1-6/+6
2013-10-16drm/i915: constify harderDaniel Vetter1-2/+2
2013-10-16drm/i915: static inline for dummy crc functionsDaniel Vetter2-3/+3
2013-10-16drm/i915: Enable pipe CRCsDamien Lespiau1-3/+0
2013-10-16drm/i915: Only one open() allowed on pipe CRC result filesDamien Lespiau2-0/+17
2013-10-16drm/i915: Implement blocking read for pipe CRC filesDamien Lespiau4-19/+155
2013-10-16drm/i915: Move drm_add_fake_info_node() higher in the fileDamien Lespiau1-26/+26
2013-10-16drm/i915: Add log messages when CRCs collection is started/stoppedDamien Lespiau1-0/+6
2013-10-16drm/i915: Warn if we receive an interrupt after freeing the bufferDamien Lespiau1-0/+5
2013-10-16drm/i915: Rename i915_pipe_crc_ctl to i915_display_crc_ctlDamien Lespiau1-21/+21
2013-10-16drm/i915: Generalize the CRC command format for future workDamien Lespiau1-13/+43
2013-10-16drm/i915: Dynamically allocate the CRC circular bufferDamien Lespiau2-1/+13
2013-10-16drm/i915: Empty the circular buffer when asked for a new sourceDamien Lespiau1-0/+6
2013-10-16drm/i915: Enforce going back to none before changing CRC sourceDamien Lespiau1-0/+4
2013-10-16drm/i915: Make switching to the same CRC source a no-opDamien Lespiau1-1/+5
2013-10-16drm/i915: Sample the frame counter instead of a timestamp for CRCsDamien Lespiau3-9/+5
2013-10-16drm/i915: Keep the CRC values into a circular bufferDamien Lespiau3-14/+29