index
:
platform/upstream/libdrm
accepted/tizen/ivi/genivi
accepted/tizen/ivi/release
accepted/tizen/ivi/stable
accepted/tizen/mobile
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2014.q4_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_base
accepted/tizen_7.0_base
accepted/tizen_7.0_base_hotfix
accepted/tizen_8.0_base
accepted/tizen_9.0_base
accepted/tizen_base
accepted/tizen_base_asan
accepted/tizen_base_dev
accepted/tizen_base_riscv
accepted/tizen_base_toolchain
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_ivi_release
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
atomic
devel/sprd_drm
devel/x11
old/tizen_20170308
old/tizen_20180227
old/tizen_20190318
old/tizen_20190424
old/tizen_20201207
old/tizen_base_20221208
old/tizen_base_20231204
pristine-tar
sandbox/elongbug/test
sandbox/ipptest
sandbox/m.szyprowski/atomictest_vc4
sandbox/m.szyprowski/ipp_v2
sandbox/mkashkarov/tizen_6.0_build
sandbox/mszyprowski/ipp_v2
tizen
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5_base
tizen_7.0_base
tizen_7.0_base_hotfix
tizen_8.0_base
tizen_9.0_base
tizen_base
tizen_ivi_genivi
tizen_ivi_panda
tizen_ivi_release
upstream
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
radeon
Age
Commit message (
Expand
)
Author
Files
Lines
2013-02-04
radeon: add OLAND pci ids
Alex Deucher
1
-0
/
+14
2013-02-04
radeon: add OLAND family
Alex Deucher
1
-0
/
+1
2013-01-18
radeon: Fix 1D tiling layout on SI.
Michel Dänzer
1
-23
/
+88
2012-11-28
drm/radeon: track global bo name and always return the same
Jerome Glisse
1
-5
/
+11
2012-11-21
radeon: add new SI pci id
Alex Deucher
1
-0
/
+1
2012-10-26
radeon: fix tile_split of 128-bit surface formats with 8x MSAA
Marek Olšák
1
-0
/
+2
2012-10-24
radeon: fix unused-function warning
Andreas Boll
1
-0
/
+2
2012-10-16
radeon: add some new SI pci ids
Alex Deucher
1
-0
/
+3
2012-10-06
radeon: fix stencil miptree allocation of combined ZS buffers on EG and SI
Marek Olšák
2
-76
/
+123
2012-10-06
radeon: don't force stencil tile split to 0
Marek Olšák
1
-2
/
+0
2012-10-03
radeon: don't take the stencil-specific codepath for buffers without stencil
Marek Olšák
1
-1
/
+1
2012-09-06
radeon: Sampling pitch for non-mipmaps seems padded to slice alignment on SI.
Michel Dänzer
1
-3
/
+8
2012-09-06
radeon: Memory footprint of SI mipmap base level is padded to powers of two.
Michel Dänzer
1
-3
/
+10
2012-09-05
radeon: Fix layout of linear aligned mipmaps on SI.
Michel Dänzer
1
-1
/
+123
2012-08-24
radeon: align r600 msaa buffers to a multiple of macrotile size * num samples
Marek Olšák
1
-1
/
+1
2012-08-24
radeon: fix allocation of MSAA surfaces on r600-r700
Marek Olšák
1
-1
/
+1
2012-08-14
radeon: add prime import/export support
Dave Airlie
3
-2
/
+52
2012-08-09
radeon: tweak TILE_SPLIT for MSAA surfaces
Marek Olšák
1
-6
/
+31
2012-08-09
radeon: force 2D tiling for MSAA surfaces
Marek Olšák
1
-2
/
+22
2012-08-09
radeon: optimize allocation for depth w/o stencil and stencil w/o depth on EG
Marek Olšák
1
-15
/
+8
2012-08-09
radeon: simplify ZS buffer checking on r600
Marek Olšák
1
-8
/
+1
2012-08-06
radeon: add some new SI pci ids
Alex Deucher
1
-0
/
+3
2012-08-06
radeon: add some missing evergreen pci ids
Alex Deucher
1
-0
/
+3
2012-06-17
radeon/surface: free version after using it.
Dave Airlie
1
-0
/
+2
2012-06-12
radeon: force 1D array mode for z/stencil surface
Jerome Glisse
1
-0
/
+37
2012-06-11
radeon: enabled 2D tiling for evergreen only on fixed kernel
Jerome Glisse
1
-1
/
+1
2012-06-11
radeon: always properly initialize stencil_offset field
Jerome Glisse
1
-3
/
+3
2012-06-07
radeon: fall back to 1D tiling only with broken kernels
Alex Deucher
1
-7
/
+21
2012-06-05
radeon: add new pci ids
Alex Deucher
1
-5
/
+28
2012-05-16
radeon: Add Southern Islands PCI IDs.
Michel Dänzer
2
-0
/
+44
2012-05-10
radeon: Add new R600 PCI ids for surface manager
Anisse Astier
1
-0
/
+10
2012-03-20
radeon: add TN surface support
Alex Deucher
2
-0
/
+9
2012-02-13
radeon: fix pitch alignment for scanout buffer
Jerome Glisse
1
-1
/
+13
2012-02-08
radeon_cs_setup_bo: Fix accounting if caller specified write and read domains.
Michel Dänzer
1
-6
/
+9
2012-02-06
radeon: add r600_pci_ids.h to header file
Jerome Glisse
1
-1
/
+2
2012-02-03
radeon: fix surface API for good before anyone start relying on it
Jerome Glisse
2
-20
/
+11
2012-02-02
radeon: surface fix macro -> micro tile fallback
Jerome Glisse
1
-58
/
+67
2012-02-01
radeon: add surface allocator helper v10
Jerome Glisse
4
-0
/
+1382
2010-12-02
radeon: silence valgrind warnings by zeroing memory
Marek Olšák
2
-2
/
+2
2010-06-10
Fix radeon distcheck.
Eric Anholt
1
-1
/
+2
2010-04-26
radeon: use the const qualifier in radeon_cs_write_table
Marek Olšák
1
-1
/
+1
2010-04-08
drm/radeon: add new cs command stream dumping facilities
Jerome Glisse
4
-5
/
+667
2010-03-29
drm/radeon: tab/whitespace cleanup
Jerome Glisse
1
-5
/
+5
2010-03-17
Install headers to $(includedir)/libdrm
Julien Cristau
2
-2
/
+2
2010-03-17
libdrm_radeon: Optimize cs_gem_reloc to do less looping.
Pauli Nieminen
6
-32
/
+110
2010-02-18
radeon: add square-tiling flag
Marek Olšák
1
-0
/
+1
2010-02-04
libdrm/radeon: Fix section size mismatch to reset the section.
Pauli Nieminen
1
-1
/
+4
2010-02-02
radeon: enable by default now that kms is out of staging
Dave Airlie
1
-1
/
+1
2010-01-14
radeon: get device id from the kernel, use it in cs_print
Jerome Glisse
1
-6
/
+27
2010-01-14
radeon: simpler cs print function
Jerome Glisse
1
-93
/
+4
[next]