summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-02-10drm/gem: add hooks to notify driver when object handle is created/destroyed3.0-drm-intel-backportsBen Skeggs2-2/+21
2012-02-10drm: bpp and depth changes require full mode setsJesse Barnes1-0/+5
2012-02-10drm: platform multi-device supportRob Clark1-2/+3
2012-02-10drm: really make debug levels match in edid failure codeTormod Volden1-2/+2
2012-02-10DRM: clean up and document parsing of video= parameterRolf Eike Beer2-30/+78
2012-02-10drm/gem: add support for private objectsAlan Cox2-2/+26
2012-02-10drivers: use kzalloc/kcalloc instead of 'kmalloc+memset', where possibleRakib Mullick6-20/+10
2012-02-10drm: track CEA version number if presentJesse Barnes2-0/+11
2012-02-10drm/debugfs: Initialise empty variableEmil Velikov1-1/+3
2012-02-10drm: Fix irq install error handlingJoonyoung Shim1-0/+3
2012-02-10drm: Add NULL check about irq functionsJoonyoung Shim1-8/+15
2012-02-10drm: Fix the number of connector and encoder to cleanup functionsJoonyoung Shim1-0/+2
2012-02-10drm/gem: add functions for mmap offset creationRob Clark1-0/+88
2012-02-10drm: Remove duplicate "return" statementLin Ming1-1/+0
2012-02-10drm: Add KMS debug printk's for encoder and crtc fixup failureAdam Jackson1-0/+2
2012-02-10drm: fix error message about failed procfs file registrationMarcin Slusarz1-2/+1
2012-02-10drm: simplify error printing in drm_debugfs_create_filesMarcin Slusarz1-1/+1
2012-02-10drm: drm_ioctl() should zero-init extra dataRob Clark1-0/+2
2012-02-10drm: Introduce "Virtual" connectors and encodersThomas Hellstrom2-7/+13
2012-02-10drm: make sure drm_vblank_init() has been called before touching vbl_lockBen Skeggs1-6/+9
2012-02-10drm: Ensure string is null terminated.Vinson Lee1-1/+3
2012-02-10drm: try to restore previous CRTC config if mode set failsJesse Barnes1-0/+13
2012-02-10drm: do not sleep on vblank while holding a mutexIlija Hadzic1-1/+1
2012-02-10drm: add some comments to drm_wait_vblank and drm_queue_vblank_eventIlija Hadzic1-1/+6
2012-02-10drm: Remove utterly bogus preempt_disable() sectionsThomas Gleixner1-9/+0
2012-02-10drm: Fix lack of CRTC disable for drm_crtc_helper_set_config(.fb=NULL)Chris Wilson1-2/+25
2012-02-08drm/i915: Re-enable gen7 RC6 and GPU turbo after resume.v3.0.19-drm-intel-backportsEric Anholt1-2/+2
2012-02-08drm/i915: paper over missed irq issues with force wake voodooDaniel Vetter1-2/+25
2012-02-08cpufreq: expose a cpufreq_quick_get_max routineJesse Barnes2-0/+25
2012-02-08drm: support routines for HDMI/DP ELDWu Fengguang3-0/+189
2012-02-08drm/gem: add functions for mmap offset creationRob Clark2-0/+91
2012-02-08drm/i915: Make DP prepare/commit consistent with DP dpmsKeith Packard1-9/+13
2012-02-08drm/i915: Let panel power sequencing hardware do its jobKeith Packard2-70/+86
2012-02-08drm/i915: Disable RC6 on Sandybridge by defaultKeith Packard1-5/+3
2012-02-08drm/i915: Disable semaphores by default on SNBKeith Packard1-2/+2
2012-02-08Revert "drm/i915: fix infinite recursion on unbind due to ilk vt-d w/a"Linus Torvalds1-6/+1
2012-02-08drm/i915/dp: Dither down to 6bpc if it makes the mode fitAdam Jackson3-8/+39
2012-02-08drm/i915: enable semaphores on per-device defaultsEugeni Dodonov3-4/+21
2012-02-08drm/i915: don't set unpin_work if vblank_get failsJesse Barnes1-5/+7
2012-02-08drm/i915: By default, enable RC6 on IVB and SNB when reasonableKeith Packard3-6/+33
2012-02-08drm/i915/sdvo: Include LVDS panels for the IS_DIGITAL checkChris Wilson1-8/+20
2012-02-08drm/i915: add PCH info to i915_capabilitiesPaulo Zanoni1-0/+1
2012-02-08drm/i915: no-lvds quirk for ASUS AT5NM10T-IAdam Jackson1-0/+8
2012-02-08drm/i915: Treat pre-gen4 backlight duty cycle value consistentlyKeith Packard1-11/+5
2012-02-08drm/i915: Hook up Ivybridge eDPKeith Packard2-34/+133
2012-02-08drm/i915: add multi-threaded forcewake supportKeith Packard4-8/+66
2012-02-08drm/i915: fix infinite recursion on unbind due to ilk vt-d w/aDaniel Vetter1-1/+6
2012-02-08drm, i915: Fix memory leak in i915_gem_busy_ioctl().Rakib Mullick1-2/+4
2012-02-08drm/i915: Use DPCD value for max DP lanes.Keith Packard1-14/+9
2012-02-08drm/i915: Initiate DP link training only on the lanes we'll be usingKeith Packard1-2/+3