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:
Dave Airlie
2012-05-26 13:11:01 +01:00
parent a7c01da54a
commit 12905dfaf0
4 changed files with 35 additions and 0 deletions

View File

@@ -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 */