mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
dix/xf86: initial offload slave tracking (v1.1)
add the linked list and provider hooks. v1.1: add another assert in the add path. Reviewed-by: Keith Packard <keithp@keithp.com> Reviewed-by: Adam Jackson <ajax@redhat.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
@@ -82,6 +82,12 @@ AttachOutputGPU(ScreenPtr pScreen, ScreenPtr new);
|
||||
extern _X_EXPORT void
|
||||
DetachOutputGPU(ScreenPtr output);
|
||||
|
||||
extern _X_EXPORT void
|
||||
AttachOffloadGPU(ScreenPtr pScreen, ScreenPtr new);
|
||||
|
||||
extern _X_EXPORT void
|
||||
DetachOffloadGPU(ScreenPtr slave);
|
||||
|
||||
typedef struct _ColormapRec *ColormapPtr;
|
||||
|
||||
#endif /* SCREENINT_H */
|
||||
|
||||
Reference in New Issue
Block a user