mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-19 15:43:56 +00:00
committed by
Christian Helmuth
parent
74734b7dd9
commit
b696439a67
@ -472,10 +472,8 @@ struct Igd::Device
|
||||
template <typename CONTEXT>
|
||||
struct Engine
|
||||
{
|
||||
enum {
|
||||
CONTEXT_PAGES = CONTEXT::CONTEXT_PAGES,
|
||||
RING_PAGES = CONTEXT::RING_PAGES,
|
||||
};
|
||||
static constexpr size_t CONTEXT_PAGES = CONTEXT::CONTEXT_PAGES;
|
||||
static constexpr size_t RING_PAGES = CONTEXT::RING_PAGES;
|
||||
|
||||
Ggtt_map_memory ctx; /* context memory */
|
||||
Ggtt_map_memory ring; /* ring memory */
|
||||
|
Reference in New Issue
Block a user