intel: Fix broken alignment due to gen_ prefix renaming
Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9413>
This commit is contained in:
@@ -53,8 +53,8 @@ struct gen_device_info;
|
||||
|
||||
struct intel_aux_map_context *
|
||||
intel_aux_map_init(void *driver_ctx,
|
||||
struct gen_mapped_pinned_buffer_alloc *buffer_alloc,
|
||||
const struct gen_device_info *devinfo);
|
||||
struct gen_mapped_pinned_buffer_alloc *buffer_alloc,
|
||||
const struct gen_device_info *devinfo);
|
||||
|
||||
void
|
||||
intel_aux_map_finish(struct intel_aux_map_context *ctx);
|
||||
@@ -79,31 +79,31 @@ intel_aux_map_get_num_buffers(struct intel_aux_map_context *ctx);
|
||||
*/
|
||||
void
|
||||
intel_aux_map_fill_bos(struct intel_aux_map_context *ctx, void **driver_bos,
|
||||
uint32_t max_bos);
|
||||
uint32_t max_bos);
|
||||
|
||||
uint64_t
|
||||
intel_aux_map_get_base(struct intel_aux_map_context *ctx);
|
||||
|
||||
uint64_t
|
||||
intel_aux_map_format_bits(enum isl_tiling tiling, enum isl_format format,
|
||||
uint8_t plane);
|
||||
uint8_t plane);
|
||||
|
||||
uint64_t
|
||||
intel_aux_map_format_bits_for_isl_surf(const struct isl_surf *isl_surf);
|
||||
|
||||
uint64_t *
|
||||
intel_aux_map_get_entry(struct intel_aux_map_context *ctx,
|
||||
uint64_t address,
|
||||
uint64_t *entry_address);
|
||||
uint64_t address,
|
||||
uint64_t *entry_address);
|
||||
|
||||
void
|
||||
intel_aux_map_add_mapping(struct intel_aux_map_context *ctx, uint64_t address,
|
||||
uint64_t aux_address, uint64_t main_size_B,
|
||||
uint64_t format_bits);
|
||||
uint64_t aux_address, uint64_t main_size_B,
|
||||
uint64_t format_bits);
|
||||
|
||||
void
|
||||
intel_aux_map_unmap_range(struct intel_aux_map_context *ctx, uint64_t address,
|
||||
uint64_t size);
|
||||
uint64_t size);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
Reference in New Issue
Block a user