summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
Commit message (Expand)AuthorAgeFilesLines
...
| * | drm/i915: fix opregion backlight chip detect and rangeLi Peng2009-09-171-5/+17
| * | drm/i915: Fix LVDS panel fitting on ArrandaleZhenyu Wang2009-09-173-3/+24
| * | drm/i915: Remove DAC disable in CRT force detect on IGDNGZhenyu Wang2009-09-171-7/+2
| * | drm/i915: Fix SSC frequence for IGDNGZhenyu Wang2009-09-171-0/+3
| * | drm/i915: Fix typo for wrong LVDS clock setting on IGDNGZhenyu Wang2009-09-171-1/+1
| * | drm/i915: fix typo in compressed buffer setupJesse Barnes2009-09-171-1/+1
| * | drm/i915: Only destroy a constructed mmap offsetChris Wilson2009-09-111-1/+2
| * | agp/intel: Fix the pre-9xx chipset flush.Eric Anholt2009-09-111-10/+0
| * | drm/i915: framebuffer compression for pre-GM45Jesse Barnes2009-09-105-19/+382
| * | drm/i915: generate a KMS uevent at lid open/close timeJesse Barnes2009-09-101-0/+2
| * | drm/i915: use ACPI LID status for LVDS ->detect hookJesse Barnes2009-09-101-3/+9
| * | drm/i915: force mode set at lid open timeJesse Barnes2009-09-103-0/+27
| * | Add G33 series in VGA hotplug support categoryLi Peng2009-09-101-1/+1
| * | drm/i915: Write zero to DPLL_MD Reg for non-SDVO outputZhao Yakui2009-09-101-2/+5
| * | drm/i915: Add the missing clone_mask for SDVO-VGA(RGB1)Zhao Yakui2009-09-101-0/+2
| * | drm/i915: Add the brightness property for SDVO-LVDSZhao Yakui2009-09-101-6/+8
| * | drm/i915: Add the enhancement property for SDVO-TVZhao Yakui2009-09-101-5/+495
| * | drm/i915: Zap mmaps of objects before unbinding them from the GTT.Eric Anholt2009-09-091-8/+8
| * | drm/i915: add B43 chipset supportFabian Henze2009-09-081-0/+2
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-09-221-1/+1
|\ \
| * | trivial: remove unnecessary semicolonsJoe Perches2009-09-211-1/+1
* | | Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2009-09-2119-1022/+1322
|\ \ \ | |/ / |/| |
| * | drm/vgaarb: add VGA arbitration support to the drm and kms.Dave Airlie2009-09-215-0/+40
| |/
| * drm/i915: get the bridge device once.Dave Airlie2009-09-083-55/+44
| * Merge intel drm-intel-next branchDave Airlie2009-09-0721-291/+1384
| |\
| | * drm/i915: Put the idle reclocking work on our private workqueue as well.Eric Anholt2009-09-061-2/+2
| | * drm/i915: Pad ringbuffer with NOOPs before wrappingChris Wilson2009-09-064-27/+50
| | * drm/i915: do dynamic clock freq control only in kernel modesettingZhenyu Wang2009-09-041-0/+3
| | * drm/I915: Use the CRT DDC to get the EDID for DVI-connector on MacKeith Packard2009-09-041-22/+74
| | * drm/i915: fix tiling on IGDNGZhenyu Wang2009-09-043-8/+21
| | * drm/i915: modeset: always set intel_crtc->dpms_mode by moving the assignment up.Daniel Vetter2009-09-041-2/+2
| | * drm/i915: remove open-coded drm_mode_object_findDaniel Vetter2009-09-041-12/+8
| | * drm/i915: Make the downclocking debug code be under DRM_DEBUG not DRM_ERROR.Eric Anholt2009-09-041-2/+2
| | * drm/i915: i915_modeset is signedKyle McMartin2009-09-041-1/+1
| | * drm/i915: add dynamic clock frequency controlJesse Barnes2009-09-049-45/+704
| | * drm/i915: Support IGD EOSShaohua Li2009-09-043-0/+51
| | * drm/i915: Enable PAL and SECAM format and add the propery for SDVO-TVZhao Yakui2009-09-041-48/+153
| | * drm/i915: select TV format according to connector typeMa Ling2009-09-041-0/+30
| | * drm/i915: update debugfs interrupt info on IGDNGZhenyu Wang2009-09-041-10/+31
| | * drm/i915: Add i915 register dumping debugfs fileBen Gamari2009-09-041-0/+30
| | * drm/i915: Move i915_gem_debugfs.c to i915_debugfs.cBen Gamari2009-09-044-13/+13
| * | drm: fix two issues with fb consolidation.Dave Airlie2009-08-311-1/+1
| * | drm/kms: move driver specific fb common code to helper functions (v2)Dave Airlie2009-08-314-725/+30
| * | drm: GEM handles are u32, not intPekka Paalanen2009-08-271-1/+2
| * | Merge Linus master to drm-nextDave Airlie2009-08-2017-514/+1222
| |\ \
| * | | drm: clarify scaling property namesJesse Barnes2009-08-191-11/+3
| * | | drm: Remove the unused prefix in DRM_DEBUG_KMS/DRIVER/MODEZhao Yakui2009-08-043-46/+34
* | | | i915: disable interrupts before tearing down GEM stateLinus Torvalds2009-09-081-5/+1
* | | | drm/i915: fix mask bits settingZhenyu Wang2009-09-083-1/+3
| |_|/ |/| |
* | | drm/i915: Unref old_obj on get_fence_reg() error pathChris Wilson2009-09-021-4/+9
OpenPOWER on IntegriCloud