summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | drm/radeon/kms: don't use bios dividers for lvds on r4xxAlex Deucher2009-12-041-10/+12
| * | drm/radeon/kms: fix ring info in debugfs on r600+Rafał Miłecki2009-12-041-7/+7
| * | drm/radeon/kms: fix typo in define: engine -> memoryRafał Miłecki2009-12-041-1/+1
| * | drm/radeon/kms/pm: fix typosRafał Miłecki2009-12-041-3/+3
| * | drm/radeon/kms: Rework radeon object handlingJerome Glisse2009-12-0226-701/+901
| * | drm/radeon/kms: add irq mitigation code for sw interrupt.Dave Airlie2009-12-0213-12/+35
| * | drm/radeon/kms: Add support for interrupts on r6xx/r7xx chips (v3)Alex Deucher2009-12-0210-75/+754
| * | drm/radeon/kms: call correct atom table for digital output dpms.Dave Airlie2009-12-021-2/+2
| * | drm/radeon/kms: Don't overwrite crtc_gen_cntl or crtc_gen_cntl2Jerome Glisse2009-12-021-7/+4
| * | drm/radeon/kms: add tv standard property to tv connectorsAlex Deucher2009-12-021-0/+6
| * | drm/radeon/kms: ignore unposted GPUs with no BIOS.Dave Airlie2009-12-0212-34/+50
| * | drm/radeon/kms: fix divide by 0 in clocks codeDave Airlie2009-12-022-1/+9
| * | drm/radeon/kms/atom: pull misc mode info for lvds from bios tablesAlex Deucher2009-12-021-1/+14
| * | drm/radeon/kms: Disable agp only if we are dealing with an AGP GPUJerome Glisse2009-12-021-1/+1
| * | drm/radeon/kms: Disable both CRTCs during mode switchPierre Ossman2009-12-021-2/+19
| * | drm/radeon/kms: fix LVDS setup on r4xxAlex Deucher2009-12-023-4/+11
| * | drm/radeon/kms: add HDP flushing for all GPUs.Dave Airlie2009-12-026-0/+28
| * | drm/radeon: Give userspace more accurate information about available memory.Michel Dänzer2009-12-021-3/+7
| * | drm/radeon/kms: pick 8bpp console when 32MB or less VRAMDave Airlie2009-12-021-1/+8
| * | drm/radeon/kms: add support for encoder cloning.Dave Airlie2009-12-024-2/+48
| * | drm/radeon/kms: fix oops when set_base is call with no FBJerome Glisse2009-12-022-2/+10
| * | drm/radeon/kms: add quirk for MSI S270Alex Deucher2009-12-021-0/+6
| * | drm/radeon/kms: deal with connectors sourced to the same encoderAlex Deucher2009-12-021-0/+33
| * | drm/radeon/kms: add quirk for Acer laptopAlex Deucher2009-12-021-0/+9
| * | drm/radeon/kms: rework scaler handlingAlex Deucher2009-12-024-85/+40
| * | drm/radeon/kms: fix typo in legacy internal tmds mode fixupAlex Deucher2009-12-021-1/+2
| * | drm/radeon/kms: AGP systems need PCI bus mastering enabledDave Airlie2009-12-025-3/+21
| * | drm/radeon/kms: add support for external tmds on legacy boardsAlex Deucher2009-12-025-52/+456
| * | drm/radeon/kms: clean up i2cAlex Deucher2009-12-025-67/+86
| * | drm/radeon/kms: dont't pass a radeon_connector to radeon_i2c_do_lock()Alex Deucher2009-12-024-20/+20
* | | Merge remote branch 'anholt/drm-intel-next' into drm-linusDave Airlie2009-12-0838-829/+3405
|\ \ \
| * | | drm/i915: Fix product names and #definesAdam Jackson2009-12-0717-349/+347
| * | | agp/intel: Fix product names and #definesAdam Jackson2009-12-071-42/+42
| * | | drm/i915: Drop a some common DRM_ERROR()Chris Wilson2009-12-071-2/+0
| * | | drm/i915: warn if Pineview CxSR can't be enabledJesse Barnes2009-12-071-0/+7
| * | | drm/i915: pageflip fixesJesse Barnes2009-12-071-3/+13
| * | | drm/i915: Declare the new VBT parsing functions as staticZhao Yakui2009-12-024-4/+4
| * | | drm/i915: Add the missing clonemask for display port on IronlakeZhao Yakui2009-12-021-3/+3
| * | | drm/i915: fix the incorrect condition judgement in dp_is_present_in_vbtZhao Yakui2009-12-021-3/+3
| * | | drm/i915: Fix DDC on some systems by clearing BIOS GMBUS setup.Eric Anholt2009-12-014-1/+39
| * | | drm/i915: Add 30ms delay to make SDVO TV detection reliable.Zhao Yakui2009-12-011-0/+4
| * | | drm/i915: Fix typo in ioctl struct name.Kristian Høgsberg2009-12-011-1/+1
| * | | drm/i915: Fix sync to vblank when VGA output is turned offLi Peng2009-12-013-8/+28
| * | | drm/i915: disable the interrupt hotplug for integrated TV outputAdam Jackson2009-12-011-1/+0
| * | | drm/i915: Don't update the render-clock for every bo.Chris Wilson2009-12-011-2/+7
| * | | drm/i915: Fix LVDS presence checkAdam Jackson2009-12-011-11/+6
| * | | drm/i915: Fix warning introduced with the page flipping ioctl.Eric Anholt2009-12-011-1/+0
| * | | drm/i915: add GETPARAM request for page flippingJesse Barnes2009-12-012-0/+4
| * | | drm: use page flip event to signal flip completionJesse Barnes2009-12-012-1/+2
| * | | drm/i915: Add intel implementation of the pageflip ioctlKristian Høgsberg2009-12-016-38/+291