summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'drm-tda998x-3.12' of git://ftp.arm.linux.org.uk/~rmk/linux-cubo...Dave Airlie2013-10-2223-0/+4256
|\
| * DRM: Armada: add support for drm tda19988 driverRussell King2013-10-182-0/+51
| * Merge branches 'drm-3.12' and 'tda998x-3.12' into drm-tda998x-3.12Russell King2013-10-181-0/+3
| |\
| | * drm/i2c: tda998x: set VIF for full range, underscanned displayRussell King2013-10-181-0/+3
| * | DRM: Armada: Add support for ARGB 32x64 or 64x32 hardware cursorsRussell King2013-10-185-6/+256
| * | DRM: Armada: Add Armada DRM driverRussell King2013-10-1222-0/+3953
| |/
* | drm/sysfs: sort out minor and connector device object lifetimes.Dave Airlie2013-10-229-85/+59
* | drm/i915: abstract the conversion of device->minor out to a macroDave Airlie2013-10-151-15/+17
* | Merge remote-tracking branch 'airlied/drm-next' into drm-intel-nextDaniel Vetter2013-10-1080-824/+577
|\ \
| * | drm/i915/dp: get rid of intel_dp->link_configurationJani Nikula2013-10-093-29/+13
| * | drm/radeon/dp: use drm_dp_enhanced_frame_cap()Jani Nikula2013-10-091-2/+1
| * | drm: Kill drm perf counter leftoversVille Syrjälä2013-10-097-43/+0
| * | drm: Remove pci_vendor and pci_device from struct drm_deviceVille Syrjälä2013-10-0915-49/+46
| * | drm: Kill ctx_count from struct drm_deviceVille Syrjälä2013-10-093-4/+1
| * | drm: Make irq_enabled boolVille Syrjälä2013-10-095-15/+17
| * | drm: Collect per-crtc vblank stuff to a structVille Syrjälä2013-10-095-109/+65
| * | drm: Make vblank_enabled boolVille Syrjälä2013-10-092-5/+5
| * | drm: Make vblank_disable_allowed boolVille Syrjälä2013-10-095-8/+9
| * | drm/i915/dp: use drm_edid_duplicateJani Nikula2013-10-091-9/+1
| * | drm: Fix comment referring to the long gone ->probe() connector vfuncLespiau, Damien2013-10-091-3/+3
| * | drm: Try loading builtin EDIDs firstChris Wilson2013-10-091-54/+54
| * | drm: move device unregistration into drm_dev_unregister()David Herrmann2013-10-091-25/+36
| * | drm: introduce drm_dev_free() to fix error pathsDavid Herrmann2013-10-094-13/+28
| * | drm: move drm_lastclose() to drm_fops.cDavid Herrmann2013-10-092-70/+70
| * | drm: merge device setup into drm_dev_register()David Herrmann2013-10-094-164/+95
| * | drm: add drm_dev_alloc() helperDavid Herrmann2013-10-094-57/+78
| * | drm: kill ->gem_init_object() and friendsDavid Herrmann2013-10-0933-119/+0
| * | drm/nouveau: embed gem object in nouveau_boDavid Herrmann2013-10-098-35/+38
| * | drm: Remove unused variables in drm_fb_helper_hotplug_event()Lespiau, Damien2013-10-011-5/+2
| * | drm: Remove unused variable in drm_pick_crtcs()Lespiau, Damien2013-10-011-3/+0
| * | drm: Remove unused variable in drm_fb_helper_pan_display()Lespiau, Damien2013-10-011-3/+0
| * | drm: Remove unused variable in drm_prime_sg_to_page_addr_arrays()Lespiau, Damien2013-10-011-2/+1
| * | drm: Remove unused variable in drm_global_item_ref()Lespiau, Damien2013-10-011-2/+0
| * | drm/edid: catch kmalloc failure in drm_edid_to_speaker_allocationAlex Deucher2013-10-011-0/+2
| * | drm/dp: constify DP DPCD helpersJani Nikula2013-10-011-8/+8
| * | drm/exynos: use drm_edid_duplicateJani Nikula2013-10-011-6/+2
| * | drm/edid: add drm_edid_duplicateJani Nikula2013-10-011-0/+12
| * | drm/i915/dp: downstream port capabilities are not present in DPCD 1.0Jani Nikula2013-10-011-6/+14
* | | drm/i915: Use adjusted_mode in the fastboot hack to disable pfitDamien Lespiau2013-10-041-2/+5
* | | drm/i915: Add a more detailed comment about the set_base() fastboot hackDamien Lespiau2013-10-041-1/+13
* | | drm/i915/vlv: Turn off power gate for BIOS-less system.Chon Ming Lee2013-10-042-0/+25
* | | drm/i915/vlv: reset DPIO on load and resume v2Jesse Barnes2013-10-042-1/+23
* | | drm/i915: Simplify PSR debugfsRodrigo Vivi2013-10-033-150/+30
* | | drm/i915: Tweak RPS thresholds to more aggressively downclockChris Wilson2013-10-034-47/+143
* | | drm/i915: Boost RPS frequency for CPU stallsChris Wilson2013-10-037-91/+138
* | | drm/i915: Fix __wait_seqno to use true infinite timeoutsChris Wilson2013-10-035-51/+149
* | | drm/i915: Add some missing steps to i915_driver_load error pathChris Wilson2013-10-031-4/+15
* | | drm/i915: Clean up the ring scaling calculationsBen Widawsky2013-10-031-4/+4
* | | drm/i915: Don't populate pipe_src_{w,h} multiple timesVille Syrjälä2013-10-031-4/+12
* | | drm/i915: implement the Haswell mode set sequence workaroundPaulo Zanoni2013-10-031-0/+32