summaryrefslogtreecommitdiff
path: root/radeon
AgeCommit message (Expand)AuthorFilesLines
2013-09-29radeon: fix pitch alignment for non-power-of-two mipmaps on SIMarek Olšák1-3/+11
2013-09-18radeon: Fix tiling mode index for 1D tiled depth/stencil surfaces on CIKMichel Dänzer1-3/+12
2013-09-06radeon: pad CS to 8 DWAlex Deucher1-0/+3
2013-09-06radeon: add berlin pci idsAlex Deucher1-0/+22
2013-06-28radeon: add kabini pci idsAlex Deucher1-0/+17
2013-06-28radeon: add Bonaire pci idsAlex Deucher1-0/+9
2013-06-28radeon: add CIK chip familiesAlex Deucher1-0/+3
2013-06-06radeon: correct RADEON_GEM_WAIT_IDLE useMark Kettenis1-2/+2
2013-05-15radeon: add RADEON_SURF_FMASK flag which disables 2D->1D tiling transitionMarek Olšák2-3/+7
2013-05-13radeon: add HAINAN pci idsAlex Deucher1-0/+7
2013-05-13radeon: add HAINAN familyAlex Deucher1-0/+1
2013-04-25radeon: add new richland pci idsAlex Deucher1-0/+2
2013-04-25radeon: add new SI pci idsAlex Deucher1-0/+3
2013-04-12radeon: add si tiling support v5Jerome Glisse2-45/+644
2013-03-08radeon: add pci ids for Richland APUsAlex Deucher1-0/+11
2013-03-07radeonsi: make sure tile_split field are not garbageJerome Glisse1-1/+7
2013-02-04radeon: add OLAND pci idsAlex Deucher1-0/+14
2013-02-04radeon: add OLAND familyAlex Deucher1-0/+1
2013-01-18radeon: Fix 1D tiling layout on SI.Michel Dänzer1-23/+88
2012-11-28drm/radeon: track global bo name and always return the sameJerome Glisse1-5/+11
2012-11-21radeon: add new SI pci idAlex Deucher1-0/+1
2012-10-26radeon: fix tile_split of 128-bit surface formats with 8x MSAAMarek Olšák1-0/+2
2012-10-24radeon: fix unused-function warningAndreas Boll1-0/+2
2012-10-16radeon: add some new SI pci idsAlex Deucher1-0/+3
2012-10-06radeon: fix stencil miptree allocation of combined ZS buffers on EG and SIMarek Olšák2-76/+123
2012-10-06radeon: don't force stencil tile split to 0Marek Olšák1-2/+0
2012-10-03radeon: don't take the stencil-specific codepath for buffers without stencilMarek Olšák1-1/+1
2012-09-06radeon: Sampling pitch for non-mipmaps seems padded to slice alignment on SI.Michel Dänzer1-3/+8
2012-09-06radeon: Memory footprint of SI mipmap base level is padded to powers of two.Michel Dänzer1-3/+10
2012-09-05radeon: Fix layout of linear aligned mipmaps on SI.Michel Dänzer1-1/+123
2012-08-24radeon: align r600 msaa buffers to a multiple of macrotile size * num samplesMarek Olšák1-1/+1
2012-08-24radeon: fix allocation of MSAA surfaces on r600-r700Marek Olšák1-1/+1
2012-08-14radeon: add prime import/export supportDave Airlie3-2/+52
2012-08-09radeon: tweak TILE_SPLIT for MSAA surfacesMarek Olšák1-6/+31
2012-08-09radeon: force 2D tiling for MSAA surfacesMarek Olšák1-2/+22
2012-08-09radeon: optimize allocation for depth w/o stencil and stencil w/o depth on EGMarek Olšák1-15/+8
2012-08-09radeon: simplify ZS buffer checking on r600Marek Olšák1-8/+1
2012-08-06radeon: add some new SI pci idsAlex Deucher1-0/+3
2012-08-06radeon: add some missing evergreen pci idsAlex Deucher1-0/+3
2012-06-17radeon/surface: free version after using it.Dave Airlie1-0/+2
2012-06-12radeon: force 1D array mode for z/stencil surfaceJerome Glisse1-0/+37
2012-06-11radeon: enabled 2D tiling for evergreen only on fixed kernelJerome Glisse1-1/+1
2012-06-11radeon: always properly initialize stencil_offset fieldJerome Glisse1-3/+3
2012-06-07radeon: fall back to 1D tiling only with broken kernelsAlex Deucher1-7/+21
2012-06-05radeon: add new pci idsAlex Deucher1-5/+28
2012-05-16radeon: Add Southern Islands PCI IDs.Michel Dänzer2-0/+44
2012-05-10radeon: Add new R600 PCI ids for surface managerAnisse Astier1-0/+10
2012-03-20radeon: add TN surface supportAlex Deucher2-0/+9
2012-02-13radeon: fix pitch alignment for scanout bufferJerome Glisse1-1/+13
2012-02-08radeon_cs_setup_bo: Fix accounting if caller specified write and read domains.Michel Dänzer1-6/+9