summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)AuthorFilesLines
2011-12-20Merge tag 'v3.2-rc6' of /home/airlied/devel/kernel/linux-2.6 into drm-core-nextDave Airlie15-286/+696
2011-12-20drm: Replace pitch with pitches[] in drm_framebufferVille Syrjälä3-20/+20
2011-12-20drm/intel: Fix initialization if startup happens in interlaced mode [v2]Christian Schmidt2-1/+2
2011-12-17Revert "drm/i915: fix infinite recursion on unbind due to ilk vt-d w/a"Linus Torvalds1-6/+1
2011-12-16Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~keithp/linuxLinus Torvalds12-90/+354
2011-12-16drm/i915/dp: Dither down to 6bpc if it makes the mode fitAdam Jackson3-8/+39
2011-12-16drm/i915: enable semaphores on per-device defaultsEugeni Dodonov3-4/+21
2011-12-16drm/i915: don't set unpin_work if vblank_get failsJesse Barnes1-5/+7
2011-12-16drm/i915: By default, enable RC6 on IVB and SNB when reasonableKeith Packard3-6/+33
2011-12-16drm/i915/sdvo: Include LVDS panels for the IS_DIGITAL checkChris Wilson1-8/+20
2011-12-16drm/i915: prevent division by zero when asking for chipset powerEugeni Dodonov2-0/+11
2011-12-16drm/i915: add PCH info to i915_capabilitiesPaulo Zanoni1-0/+1
2011-12-16drm/i915: set the right SDVO transcoder for CPTPaulo Zanoni2-6/+10
2011-12-16drm/i915: no-lvds quirk for ASUS AT5NM10T-IAdam Jackson1-0/+8
2011-12-07drm/i915: fix infinite recursion on unbind due to ilk vt-d w/aDaniel Vetter1-1/+6
2011-12-01drm: Redefine pixel formatsVille Syrjälä1-8/+10
2011-11-24drm/i915: Treat pre-gen4 backlight duty cycle value consistentlyKeith Packard1-11/+5
2011-11-24drm/i915: Hook up Ivybridge eDPKeith Packard2-34/+133
2011-11-24drm/i915: add multi-threaded forcewake supportKeith Packard4-8/+66
2011-11-23Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds10-211/+354
2011-11-23Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~keithp/linux ...Dave Airlie10-211/+354
2011-11-18drm/i915: Fix inconsistent backlight level during disabledTakashi Iwai1-1/+2
2011-11-18drm, i915: Fix memory leak in i915_gem_busy_ioctl().Rakib Mullick1-2/+4
2011-11-17drm/i915: Use DPCD value for max DP lanes.Keith Packard1-14/+9
2011-11-17drm/i915: Initiate DP link training only on the lanes we'll be usingKeith Packard1-2/+3
2011-11-17drm/i915: Remove trailing white spaceKeith Packard1-2/+2
2011-11-17drm/i915: Try harder during dp pattern 1 link trainingKeith Packard1-7/+18
2011-11-17drm/i915: Make DP prepare/commit consistent with DP dpmsKeith Packard1-9/+13
2011-11-17drm/i915: Let panel power sequencing hardware do its jobKeith Packard2-69/+85
2011-11-17drm/i915: Treat PCH eDP like DP in most placesKeith Packard2-34/+72
2011-11-17drm/i915: Remove link_status field from intel_dp structureKeith Packard1-29/+36
2011-11-17drm/i915: Move common PCH_PP_CONTROL setup to ironlake_get_pp_controlKeith Packard1-18/+19
2011-11-15drm: add an fb creation ioctl that takes a pixel format v5Jesse Barnes3-24/+28
2011-11-12Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2-2/+5
2011-11-11drm: Make the per-driver file_operations struct constArjan van de Ven1-15/+16
2011-11-11drm: serialize access to list of debugfs filesMarcin Slusarz1-1/+4
2011-11-10drm/i915: Module parameters using '-1' as default must be signed typeKeith Packard2-4/+4
2011-11-08drm/i915: Fix object refcount leak on mmappable size limit error path.Eric Anholt1-1/+1
2011-11-08drm/i915: Turn on another required clock gating bit on gen6.Eric Anholt2-1/+7
2011-11-08drm/i915: Turn on a required 3D clock gating bit on Sandybridge.Eric Anholt2-0/+12
2011-11-07Merge branch 'docs/docbook/drm' of git://github.com/mfwitten/linux into docs-...Randy Dunlap1-2/+2
2011-11-04drm/i915: enable cacheable objects on IvybridgeJesse Barnes1-1/+1
2011-11-03drm/i915: add constants to size fence arrays and fieldsDaniel Vetter2-9/+10
2011-11-03drm/i915: Ivybridge still has fences!Daniel Vetter2-0/+3
2011-11-03drm/i915: forcewake warning fixes in debugfsBen Widawsky1-6/+51
2011-11-01drm/i915: Fix object refcount leak on mmappable size limit error path.Eric Anholt1-1/+1
2011-11-01drm/i915: Use mode_config.mutex in ironlake_panel_vdd_workKeith Packard1-2/+2
2011-11-01gpu: add module.h to drivers/gpu files as required.Paul Gortmaker2-0/+2
2011-11-01gpu: Add export.h as required to drivers/gpu files.Paul Gortmaker4-0/+4
2011-10-28drm/i915: intel_choose_pipe_bpp_dither messages should be DRM_DEBUG_KMSAdam Jackson1-7/+7