]> Git Repo - linux.git/commit
drm/xe: Move BAR definitions to dedicated file
authorMichal Wajdeczko <[email protected]>
Thu, 30 May 2024 13:35:24 +0000 (15:35 +0200)
committerMichal Wajdeczko <[email protected]>
Thu, 30 May 2024 21:50:25 +0000 (23:50 +0200)
commit2d8865b27724117022a67984e4a6ef94c9555ec7
tree9b047d185a875f8a740bfd91fe26de9f4f0c45fa
parent2adfc4e022f397913a23756a08fbfca3c4ee9c8b
drm/xe: Move BAR definitions to dedicated file

We should keep all hardware definitions separated from the driver
code. Move LMEM_BAR definition to new regs/xe_bars.h file and also
add there GTTMMADR_BAR definition to avoid using magic 0 resource.

Signed-off-by: Michal Wajdeczko <[email protected]>
Cc: Matt Roper <[email protected]>
Reviewed-by: Matt Roper <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
drivers/gpu/drm/xe/regs/xe_bars.h [new file with mode: 0644]
drivers/gpu/drm/xe/xe_mmio.c
drivers/gpu/drm/xe/xe_mmio.h
drivers/gpu/drm/xe/xe_ttm_stolen_mgr.c
This page took 0.063646 seconds and 4 git commands to generate.