drm/radeon
Eric Engestrom 54b1208138 radeon: fix missing stencil_tile_mode initialisation in the linear/fallback case
../radeon/radeon_surface.c:1611:13: error: 'stencil_tile_mode' may be used uninitialized [-Werror=maybe-uninitialized]
 1611 |         r = si_surface_init_1d(surf_man, surf, surf->stencil_level, 1, stencil_tile_mode, surf->bo_size, 0);
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2024-01-01 07:43:19 +00:00
..
Android.mk android: introduce Android.common.mk to reduce boilerplate 2017-01-27 15:48:16 +00:00
Makefile.sources radeon: move bof.[ch] out of libdrm_radeon 2015-04-28 11:18:43 +01:00
bof.c drm/radeon: add new cs command stream dumping facilities 2010-04-08 17:53:09 +02:00
bof.h drm/radeon: add new cs command stream dumping facilities 2010-04-08 17:53:09 +02:00
libdrm_radeon.pc.in radeon: add libdrm to Requires.private 2016-02-04 13:22:50 +00:00
meson.build meson: replace deprecated program.path -> program.full_path 2023-10-20 05:21:01 +00:00
r600_pci_ids.h radeon: add new OLAND pci id 2015-08-10 16:26:42 -04:00
radeon-symbols.txt radeon: convert to new symbols check 2019-11-11 22:57:14 +00:00
radeon_bo.c radeon: add missing drm_public exports 2018-09-20 19:28:05 +01:00
radeon_bo.h radeon: remove duplicate declaration of struct radeon_bo_manager in radeon_bo.h 2021-11-12 03:55:01 +00:00
radeon_bo_gem.c radeon: use drmCloseBufferHandle 2021-10-06 09:03:21 +02:00
radeon_bo_gem.h radeon: add prime import/export support 2012-08-14 11:04:56 +10:00
radeon_bo_int.h radeon: cleanup bo/cs func tables 2015-09-04 21:39:06 +01:00
radeon_cs.c radeon: annotate public functions 2018-09-19 22:46:45 -07:00
radeon_cs.h radeon: use the const qualifier in radeon_cs_write_table 2010-04-26 20:09:34 +02:00
radeon_cs_gem.c radeon: annotate public functions 2018-09-19 22:46:45 -07:00
radeon_cs_gem.h radeon: indentation & trailing space cleanup 2010-01-14 11:24:16 +01:00
radeon_cs_int.h radeon: cleanup bo/cs func tables 2015-09-04 21:39:06 +01:00
radeon_cs_space.c radeon: add missing drm_public exports 2018-09-20 19:28:05 +01:00
radeon_surface.c radeon: fix missing stencil_tile_mode initialisation in the linear/fallback case 2024-01-01 07:43:19 +00:00
radeon_surface.h radeon: implement 2D tiling for CIK 2013-11-23 00:35:39 +01:00