1. 11 2月, 2010 2 次提交
  2. 09 2月, 2010 2 次提交
  3. 08 2月, 2010 1 次提交
  4. 05 2月, 2010 11 次提交
  5. 01 2月, 2010 16 次提交
  6. 25 1月, 2010 8 次提交
    • D
      drm/radeon/kms: preface warning printk with driver name · 7087e162
      Dave Airlie 提交于
      This just adds a little more info to the warning for old -ati/mesa
      userspaces.
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      7087e162
    • D
      drm/radeon/kms: drop unnecessary printks. · f2ab3a13
      Dave Airlie 提交于
      These printks aren't required anymore.
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      f2ab3a13
    • Z
      drm: fix regression in fb blank handling · 5fd4df4d
      Zhenyu Wang 提交于
      commit 731b5a15
      Author: James Simmons <jsimmons@infradead.org>
      Date:   Thu Oct 29 20:39:07 2009 +0000
      
          drm/kms: properly handle fbdev blanking
      
      uses DRM_MODE_DPMS_ON for FB_BLANK_NORMAL, but DRM_MODE_DPMS_ON
      is actually for turning output on instead of blank.
      
      This makes fb blank broken on my T61, it put LVDS on but leave
      pipe disabled which made screen totally white or caused some
      'burning' effect.
      
      [airlied: James objects to this but at this point in 2.6.33,
      I can't see a patch that will fix this properly like he wants coming
      in time and otherwise this is a regression - proper fix for 2.6.34
      hopefully.]
      
      Cc: James Simmons <jsimmons@infradead.org>
      Signed-off-by: NZhenyu Wang <zhenyuw@linux.intel.com>
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      5fd4df4d
    • D
      drm/radeon/kms: make hibernate work on IGPs · d796d844
      Dave Airlie 提交于
      This is the least invasive fix without migrating the radeon driver
      to pm_ops from what I can see. We just always migrate VRAM objects
      on IGPs for now and we can fix it up later to migrate depending
      on STR vs STD.
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      d796d844
    • T
      drm/vmwgfx: Optimize memory footprint for DMA buffers. · 8ba5152a
      Thomas Hellstrom 提交于
      Use VRAM whenever there is free space for DMA buffers,
      but use system GMR memory if using VRAM would cause an eviction.
      
      This significantly reduces the guest system memory usage for
      VMs with a large amount of VRAM allocated.
      Signed-off-by: NThomas Hellstrom <thellstrom@vmware.com>
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      8ba5152a
    • T
      drm/ttm: Allow system memory as a busy placement. · 0eaddb28
      Thomas Hellstrom 提交于
      This is needed to fix a vmwgfx memory usage bug.
      Signed-off-by: NThomas Hellstrom <thellstrom@vmware.com>
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      0eaddb28
    • D
      Merge remote branch 'korg/drm-radeon-next' into drm-linus · 9299795c
      Dave Airlie 提交于
      * korg/drm-radeon-next:
        drm/radeon/kms: fix legacy get_engine/memory clock
        drm/radeon/kms/atom: atom parser fixes
        drm/radeon/kms: clean up atombios pll code
        drm/radeon/kms: clean up pll struct
        drm/radeon/kms/atom: fix crtc lock ordering
        drm/radeon: r6xx/r7xx possible security issue, system ram access
        drm/radeon/kms: r600/r700 don't test ib if ib initialization fails
        drm/radeon/kms: Forbid creation of framebuffer with no valid GEM object
        drm/radeon/kms: r600 handle irq vector ring overflow
        drm/radeon/kms: r600/r700 don't process IRQ if not initialized
        drm/radeon/kms: r600/r700 disable irq at suspend
        drm/radeon/kms/r4xx: cleanup atom path
        drm/radeon/kms: fix atombios_crtc_set_base
        drm/radeon/kms/atom: upstream parser updates
        drm/radeon/kms/atom: fix some parser bugs
        drm/radeon/kms: fix hardcoded mmio size in register functions
        drm/radeon/kms/r100: fix bug in CS parser
        drm/radeon/kms/r200: fix bug in CS parser
        drm/radeon/kms/r200: fix bug in CS parser
      9299795c
    • D
      Merge remote branch 'nouveau/for-airlied' of ../drm-nouveau-next into drm-linus · 8d586fe6
      Dave Airlie 提交于
      * 'nouveau/for-airlied' of ../drm-nouveau-next:
        drm/nv50: prevent switching off SOR when in use for DVI-over-DP
        drm/nv50: fail auxch transaction if reply count not what we expect
        drm/nouveau: fix failure path if userspace specifies no valid memtypes
        drm/nouveau: report LVDS as disconnected if lid closed
        drm/nv50: prevent accidently turning off encoders we're actually using
        drm/nv50: fix alignment of per-channel fifo cache
        drm/nouveau: Evict buffers in VRAM before freeing sgdma
        drm/nouveau: Acknowledge DMA_VTX_PROTECTION PGRAPH interrupts
        drm/nouveau: fix thinko in nv04_instmem.c
        drm/nouveau: fix a race condition in nouveau_dma_wait()
      8d586fe6