]> Git Repo - linux.git/blobdiff - drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h
Merge tag 'acpi-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael...
[linux.git] / drivers / gpu / drm / amd / amdgpu / amdgpu_mode.h
index a04decb934b0c51fbb54fa0e31e8f4f0f082cc9a..319cb19e1b99f07d6a86feb6f45d9778087114ab 100644 (file)
@@ -302,6 +302,9 @@ struct amdgpu_display_funcs {
 struct amdgpu_framebuffer {
        struct drm_framebuffer base;
 
+       uint64_t tiling_flags;
+       bool tmz_surface;
+
        /* caching for later use */
        uint64_t address;
 };
This page took 0.032733 seconds and 4 git commands to generate.