linux/drivers/gpu/drm/radeon
Linus Torvalds 20a2078ce7 Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Pull drm updates from Dave Airlie:
 "This is the main drm pull request for 3.10.

  Wierd bits:
   - OMAP drm changes required OMAP dss changes, in drivers/video, so I
     took them in here.
   - one more fbcon fix for font handover
   - VT switch avoidance in pm code
   - scatterlist helpers for gpu drivers - have acks from akpm

  Highlights:
   - qxl kms driver - driver for the spice qxl virtual GPU

  Nouveau:
   - fermi/kepler VRAM compression
   - GK110/nvf0 modesetting support.

  Tegra:
   - host1x core merged with 2D engine support

  i915:
   - vt switchless resume
   - more valleyview support
   - vblank fixes
   - modesetting pipe config rework

  radeon:
   - UVD engine support
   - SI chip tiling support
   - GPU registers initialisation from golden values.

  exynos:
   - device tree changes
   - fimc block support

  Otherwise:
   - bunches of fixes all over the place."

* 'drm-next' of git://people.freedesktop.org/~airlied/linux: (513 commits)
  qxl: update to new idr interfaces.
  drm/nouveau: fix build with nv50->nvc0
  drm/radeon: fix handling of v6 power tables
  drm/radeon: clarify family checks in pm table parsing
  drm/radeon: consolidate UVD clock programming
  drm/radeon: fix UPLL_REF_DIV_MASK definition
  radeon: add bo tracking debugfs
  drm/radeon: add new richland pci ids
  drm/radeon: add some new SI PCI ids
  drm/radeon: fix scratch reg handling for UVD fence
  drm/radeon: allocate SA bo in the requested domain
  drm/radeon: fix possible segfault when parsing pm tables
  drm/radeon: fix endian bugs in atom_allocate_fb_scratch()
  OMAPDSS: TFP410: return EPROBE_DEFER if the i2c adapter not found
  OMAPDSS: VENC: Add error handling for venc_probe_pdata
  OMAPDSS: HDMI: Add error handling for hdmi_probe_pdata
  OMAPDSS: RFBI: Add error handling for rfbi_probe_pdata
  OMAPDSS: DSI: Add error handling for dsi_probe_pdata
  OMAPDSS: SDI: Add error handling for sdi_probe_pdata
  OMAPDSS: DPI: Add error handling for dpi_probe_pdata
  ...
2013-05-02 19:40:34 -07:00
..
reg_srcs
.gitignore
Kconfig drm/radeon: Deprecate UMS support v2 2013-01-31 16:24:47 -05:00
Makefile drm/radeon: UVD bringup v8 2013-04-09 10:31:33 -04:00
ObjectID.h
atom-bits.h
atom-names.h
atom-types.h
atom.c drm/radeon: fix endian bugs in atom_allocate_fb_scratch() 2013-05-02 10:01:45 -04:00
atom.h
atombios.h drm/radeon: fix endian bugs in radeon_atom_get_clock_dividers() (v3) 2013-04-23 18:04:00 -04:00
atombios_crtc.c drm/radeon: use frac fb div on RS780/RS880 2013-04-01 16:06:25 -04:00
atombios_dp.c
atombios_encoders.c drm/radeon: switch audio handling to use callbacks 2013-04-23 18:03:53 -04:00
atombios_i2c.c
avivod.h
cayman_blit_shaders.c
cayman_blit_shaders.h
evergreen.c drm/radeon: consolidate UVD clock programming 2013-05-02 10:09:48 -04:00
evergreen_blit_kms.c
evergreen_blit_shaders.c
evergreen_blit_shaders.h
evergreen_cs.c drm/radeon: don't check mipmap alignment if MIP_ADDRESS is FMASK 2013-03-07 12:58:59 -05:00
evergreen_hdmi.c drm/radeon/evergreen: set SAD registers 2013-04-23 18:03:59 -04:00
evergreen_reg.h drm/radeon: properly lock disp in mc_stop/resume for evergreen+ 2013-04-22 10:39:08 -04:00
evergreend.h drm/radeon: fix UPLL_REF_DIV_MASK definition 2013-05-02 10:09:48 -04:00
mkregtable.c
ni.c drm/radeon: add new richland pci ids 2013-05-02 10:01:49 -04:00
ni_reg.h
nid.h drm/radeon: re-enable PTE/PDE packet for set_page on cayman/TN 2013-04-16 16:15:27 -04:00
r100.c drm/radeon: update wait_for_vblank for r1xx-r4xx 2013-04-22 10:39:05 -04:00
r100_track.h drm/radeon: use common next_reloc function 2013-01-31 16:24:45 -05:00
r100d.h drm/radeon: consolidate redundant macros and constants 2013-01-31 16:24:46 -05:00
r200.c drm/radeon: use common next_reloc function 2013-01-31 16:24:45 -05:00
r300.c drm/radeon: consolidate redundant macros and constants 2013-01-31 16:24:46 -05:00
r300_cmdbuf.c drm/radeon: Deprecate UMS support v2 2013-01-31 16:24:47 -05:00
r300_reg.h
r300d.h drm/radeon: consolidate redundant macros and constants 2013-01-31 16:24:46 -05:00
r420.c
r420d.h
r500_reg.h drm/radeon: disable the crtcs in mc_stop (r5xx-r7xx) (v2) 2013-04-22 10:39:09 -04:00
r520.c
r520d.h
r600.c drm/radeon: disable UVD advanced semaphore mode 2013-04-23 18:04:01 -04:00
r600_audio.c drm/radeon: clean up audio dto programming 2013-04-23 18:03:53 -04:00
r600_blit.c drm/radeon: Deprecate UMS support v2 2013-01-31 16:24:47 -05:00
r600_blit_kms.c drm/radeon: Deprecate UMS support v2 2013-01-31 16:24:47 -05:00
r600_blit_shaders.c
r600_blit_shaders.h
r600_cp.c drm/radeon: Deprecate UMS support v2 2013-01-31 16:24:47 -05:00
r600_cs.c Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux 2013-02-25 16:46:44 -08:00
r600_hdmi.c drm/radeon: fix up audio dto programming for DCE2 2013-04-23 18:03:59 -04:00
r600_reg.h
r600d.h drm/radeon: consolidate UVD clock programming 2013-05-02 10:09:48 -04:00
radeon.h drm/radeon: consolidate UVD clock programming 2013-05-02 10:09:48 -04:00
radeon_acpi.c
radeon_acpi.h
radeon_agp.c
radeon_asic.c drm/radeon: switch audio handling to use callbacks 2013-04-23 18:03:53 -04:00
radeon_asic.h drm/radeon: switch audio handling to use callbacks 2013-04-23 18:03:53 -04:00
radeon_atombios.c drm/radeon: fix handling of v6 power tables 2013-05-02 11:53:07 -04:00
radeon_atpx_handler.c drm/radeon: properly validate the atpx interface 2013-02-20 08:51:21 -05:00
radeon_benchmark.c drm/radeon/benchmark: allow same domains for dma copy 2013-03-15 18:47:18 -04:00
radeon_bios.c radeon: Attempt to use platform-provided ROM image 2013-04-01 14:10:44 -06:00
radeon_blit_common.h
radeon_clocks.c
radeon_combios.c drm/radeon: add primary dac adj quirk for R200 board 2013-03-07 12:58:57 -05:00
radeon_connectors.c
radeon_cp.c drm/radeon: Deprecate UMS support v2 2013-01-31 16:24:47 -05:00
radeon_cs.c drm/radeon: raise UVD clocks only on demand 2013-04-23 17:45:44 -04:00
radeon_cursor.c Merge branch 'fbcon-locking-fixes' of ssh://people.freedesktop.org/~airlied/linux into drm-next 2013-02-08 12:10:18 +10:00
radeon_device.c radeon: add bo tracking debugfs 2013-05-02 10:09:47 -04:00
radeon_display.c Merge branch 'fbcon-locking-fixes' of ssh://people.freedesktop.org/~airlied/linux into drm-next 2013-02-08 12:10:18 +10:00
radeon_drv.c drm/radeon: add si tile mode array query v3 2013-04-11 09:22:06 -04:00
radeon_drv.h drm/radeon: Deprecate UMS support v2 2013-01-31 16:24:47 -05:00
radeon_encoders.c
radeon_family.h drm/radeon: add Oland chip family 2013-02-01 19:34:23 -05:00
radeon_fb.c drm/<drivers>: simplify ->fb_probe callback 2013-02-14 00:07:58 +01:00
radeon_fence.c drm/radeon: fix scratch reg handling for UVD fence 2013-05-02 10:01:48 -04:00
radeon_gart.c drm/radeon: use IBs for VM page table updates v2 2013-02-01 13:57:10 -05:00
radeon_gem.c radeon: add bo tracking debugfs 2013-05-02 10:09:47 -04:00
radeon_i2c.c
radeon_ioc32.c
radeon_irq.c drm/radeon: Deprecate UMS support v2 2013-01-31 16:24:47 -05:00
radeon_irq_kms.c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial 2013-04-30 09:36:50 -07:00
radeon_kms.c drm/radeon: cleanup properly if mmio mapping fails 2013-04-15 10:34:12 -04:00
radeon_legacy_crtc.c
radeon_legacy_encoders.c
radeon_legacy_tv.c
radeon_mem.c drm/radeon: Deprecate UMS support v2 2013-01-31 16:24:47 -05:00
radeon_mode.h drm/radeon: add radeon_atom_get_clock_dividers helper 2013-04-09 10:31:35 -04:00
radeon_object.c drm/radeon: UVD bringup v8 2013-04-09 10:31:33 -04:00
radeon_object.h drm/radeon: UVD bringup v8 2013-04-09 10:31:33 -04:00
radeon_pm.c drm/radeon: don't use get_engine_clock() on APUs 2013-04-01 15:23:58 -04:00
radeon_prime.c drm/radeon: use prime helpers 2013-02-08 13:48:43 +10:00
radeon_reg.h drm/radeon: refactor vline packet parsing function 2013-01-31 16:24:43 -05:00
radeon_ring.c drm/radeon: Always flush the VM 2013-04-16 16:15:28 -04:00
radeon_sa.c drm/radeon: allocate SA bo in the requested domain 2013-05-02 10:01:47 -04:00
radeon_semaphore.c
radeon_state.c drm/radeon: Deprecate UMS support v2 2013-01-31 16:24:47 -05:00
radeon_test.c drm/radeon: UVD bringup v8 2013-04-09 10:31:33 -04:00
radeon_trace.h
radeon_trace_points.c
radeon_ttm.c drm: fix compile failure by including <linux/swiotlb.h> 2013-02-15 10:19:39 +10:00
radeon_uvd.c drm/radeon: consolidate UVD clock programming 2013-05-02 10:09:48 -04:00
rs100d.h
rs400.c
rs400d.h
rs600.c drm/radeon: update wait_for_vblank for r5xx-r7xx 2013-04-22 10:39:06 -04:00
rs600d.h
rs690.c drm/radeon: Use direct mapping for fast fb access on RS690 2013-04-09 10:31:31 -04:00
rs690d.h drm/radeon: Use direct mapping for fast fb access on RS690 2013-04-09 10:31:31 -04:00
rv200d.h
rv250d.h
rv350d.h
rv515.c drm/radeon: disable the crtcs in mc_stop (r5xx-r7xx) (v2) 2013-04-22 10:39:09 -04:00
rv515d.h drm/radeon: consolidate redundant macros and constants 2013-01-31 16:24:46 -05:00
rv770.c drm/radeon: consolidate UVD clock programming 2013-05-02 10:09:48 -04:00
rv770d.h drm/radeon: fix UPLL_REF_DIV_MASK definition 2013-05-02 10:09:48 -04:00
si.c drm/radeon: consolidate UVD clock programming 2013-05-02 10:09:48 -04:00
si_blit_shaders.c
si_blit_shaders.h
si_reg.h
sid.h drm/radeon: fix UPLL_REF_DIV_MASK definition 2013-05-02 10:09:48 -04:00