mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-05 10:30:26 +01:00
intel: make intelUpdateScreenFromSAREA() static
This commit is contained in:
parent
66c7f06413
commit
aae2729aeb
2 changed files with 1 additions and 5 deletions
|
|
@ -161,7 +161,7 @@ intelPrintSAREA(const drm_i915_sarea_t * sarea)
|
|||
* A number of the screen parameters are obtained/computed from
|
||||
* information in the SAREA. This function updates those parameters.
|
||||
*/
|
||||
void
|
||||
static void
|
||||
intelUpdateScreenFromSAREA(intelScreenPrivate * intelScreen,
|
||||
drm_i915_sarea_t * sarea)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -92,10 +92,6 @@ extern GLboolean intelMapScreenRegions(__DRIscreenPrivate * sPriv);
|
|||
|
||||
extern void intelUnmapScreenRegions(intelScreenPrivate * intelScreen);
|
||||
|
||||
extern void
|
||||
intelUpdateScreenFromSAREA(intelScreenPrivate * intelScreen,
|
||||
drm_i915_sarea_t * sarea);
|
||||
|
||||
extern void intelDestroyContext(__DRIcontextPrivate * driContextPriv);
|
||||
|
||||
extern GLboolean intelUnbindContext(__DRIcontextPrivate * driContextPriv);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue