linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/coregk104.c
<<
>>
Prefs
   1/*
   2 * Copyright 2012 Red Hat Inc.
   3 *
   4 * Permission is hereby granted, free of charge, to any person obtaining a
   5 * copy of this software and associated documentation files (the "Software"),
   6 * to deal in the Software without restriction, including without limitation
   7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
   8 * and/or sell copies of the Software, and to permit persons to whom the
   9 * Software is furnished to do so, subject to the following conditions:
  10 *
  11 * The above copyright notice and this permission notice shall be included in
  12 * all copies or substantial portions of the Software.
  13 *
  14 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  15 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  16 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
  17 * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
  18 * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
  19 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
  20 * OTHER DEALINGS IN THE SOFTWARE.
  21 *
  22 * Authors: Ben Skeggs
  23 */
  24#include "channv50.h"
  25
  26static const struct nv50_disp_mthd_list
  27gk104_disp_core_mthd_head = {
  28        .mthd = 0x0300,
  29        .addr = 0x000300,
  30        .data = {
  31                { 0x0400, 0x660400 },
  32                { 0x0404, 0x660404 },
  33                { 0x0408, 0x660408 },
  34                { 0x040c, 0x66040c },
  35                { 0x0410, 0x660410 },
  36                { 0x0414, 0x660414 },
  37                { 0x0418, 0x660418 },
  38                { 0x041c, 0x66041c },
  39                { 0x0420, 0x660420 },
  40                { 0x0424, 0x660424 },
  41                { 0x0428, 0x660428 },
  42                { 0x042c, 0x66042c },
  43                { 0x0430, 0x660430 },
  44                { 0x0434, 0x660434 },
  45                { 0x0438, 0x660438 },
  46                { 0x0440, 0x660440 },
  47                { 0x0444, 0x660444 },
  48                { 0x0448, 0x660448 },
  49                { 0x044c, 0x66044c },
  50                { 0x0450, 0x660450 },
  51                { 0x0454, 0x660454 },
  52                { 0x0458, 0x660458 },
  53                { 0x045c, 0x66045c },
  54                { 0x0460, 0x660460 },
  55                { 0x0468, 0x660468 },
  56                { 0x046c, 0x66046c },
  57                { 0x0470, 0x660470 },
  58                { 0x0474, 0x660474 },
  59                { 0x047c, 0x66047c },
  60                { 0x0480, 0x660480 },
  61                { 0x0484, 0x660484 },
  62                { 0x0488, 0x660488 },
  63                { 0x048c, 0x66048c },
  64                { 0x0490, 0x660490 },
  65                { 0x0494, 0x660494 },
  66                { 0x0498, 0x660498 },
  67                { 0x04a0, 0x6604a0 },
  68                { 0x04b0, 0x6604b0 },
  69                { 0x04b8, 0x6604b8 },
  70                { 0x04bc, 0x6604bc },
  71                { 0x04c0, 0x6604c0 },
  72                { 0x04c4, 0x6604c4 },
  73                { 0x04c8, 0x6604c8 },
  74                { 0x04d0, 0x6604d0 },
  75                { 0x04d4, 0x6604d4 },
  76                { 0x04e0, 0x6604e0 },
  77                { 0x04e4, 0x6604e4 },
  78                { 0x04e8, 0x6604e8 },
  79                { 0x04ec, 0x6604ec },
  80                { 0x04f0, 0x6604f0 },
  81                { 0x04f4, 0x6604f4 },
  82                { 0x04f8, 0x6604f8 },
  83                { 0x04fc, 0x6604fc },
  84                { 0x0500, 0x660500 },
  85                { 0x0504, 0x660504 },
  86                { 0x0508, 0x660508 },
  87                { 0x050c, 0x66050c },
  88                { 0x0510, 0x660510 },
  89                { 0x0514, 0x660514 },
  90                { 0x0518, 0x660518 },
  91                { 0x051c, 0x66051c },
  92                { 0x0520, 0x660520 },
  93                { 0x0524, 0x660524 },
  94                { 0x052c, 0x66052c },
  95                { 0x0530, 0x660530 },
  96                { 0x054c, 0x66054c },
  97                { 0x0550, 0x660550 },
  98                { 0x0554, 0x660554 },
  99                { 0x0558, 0x660558 },
 100                { 0x055c, 0x66055c },
 101                {}
 102        }
 103};
 104
 105const struct nv50_disp_chan_mthd
 106gk104_disp_core_mthd = {
 107        .name = "Core",
 108        .addr = 0x000000,
 109        .prev = -0x020000,
 110        .data = {
 111                { "Global", 1, &gf119_disp_core_mthd_base },
 112                {    "DAC", 3, &gf119_disp_core_mthd_dac  },
 113                {    "SOR", 8, &gf119_disp_core_mthd_sor  },
 114                {   "PIOR", 4, &gf119_disp_core_mthd_pior },
 115                {   "HEAD", 4, &gk104_disp_core_mthd_head },
 116                {}
 117        }
 118};
 119
 120int
 121gk104_disp_core_new(const struct nvkm_oclass *oclass, void *argv, u32 argc,
 122                    struct nv50_disp *disp, struct nvkm_object **pobject)
 123{
 124        return nv50_disp_core_new_(&gf119_disp_core_func, &gk104_disp_core_mthd,
 125                                   disp, 0, oclass, argv, argc, pobject);
 126}
 127