|
@@ -20,6 +20,7 @@
|
|
* DEALINGS IN THE SOFTWARE.
|
|
* DEALINGS IN THE SOFTWARE.
|
|
*/
|
|
*/
|
|
#include "priv.h"
|
|
#include "priv.h"
|
|
|
|
+#include "gf100.h"
|
|
|
|
|
|
#include <core/memory.h>
|
|
#include <core/memory.h>
|
|
|
|
|
|
@@ -42,5 +43,5 @@ gk20a_fb = {
|
|
int
|
|
int
|
|
gk20a_fb_new(struct nvkm_device *device, int index, struct nvkm_fb **pfb)
|
|
gk20a_fb_new(struct nvkm_device *device, int index, struct nvkm_fb **pfb)
|
|
{
|
|
{
|
|
- return nvkm_fb_new_(&gk20a_fb, device, index, pfb);
|
|
|
|
|
|
+ return gf100_fb_new_(&gk20a_fb, device, index, pfb);
|
|
}
|
|
}
|