disp.c 5.1 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
/*
 * Copyright 2009 Red Hat Inc.
 *
 * Permission is hereby granted, free of charge, to any person obtaining a
 * copy of this software and associated documentation files (the "Software"),
 * to deal in the Software without restriction, including without limitation
 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
 * and/or sell copies of the Software, and to permit persons to whom the
 * Software is furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
 * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
 * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 * OTHER DEALINGS IN THE SOFTWARE.
 *
 * Author: Ben Skeggs
 */

25 26
#include <drm/drmP.h>
#include <drm/drm_crtc_helper.h>
27

28
#include "nouveau_drv.h"
29
#include "nouveau_reg.h"
30
#include "hw.h"
31 32 33 34 35 36
#include "nouveau_encoder.h"
#include "nouveau_connector.h"

int
nv04_display_create(struct drm_device *dev)
{
37
	struct nouveau_drm *drm = nouveau_drm(dev);
38
	struct nvkm_i2c *i2c = nvxx_i2c(&drm->client.device);
39
	struct dcb_table *dcb = &drm->vbios.dcb;
40
	struct drm_connector *connector, *ct;
41
	struct drm_encoder *encoder;
42
	struct nouveau_encoder *nv_encoder;
43
	struct nouveau_crtc *crtc;
44
	struct nv04_display *disp;
45 46
	int i, ret;

47 48 49 50
	disp = kzalloc(sizeof(*disp), GFP_KERNEL);
	if (!disp)
		return -ENOMEM;

51
	nvif_object_map(&drm->client.device.object, NULL, 0);
52

53 54 55 56
	nouveau_display(dev)->priv = disp;
	nouveau_display(dev)->dtor = nv04_display_destroy;
	nouveau_display(dev)->init = nv04_display_init;
	nouveau_display(dev)->fini = nv04_display_fini;
57

58 59 60
	/* Pre-nv50 doesn't support atomic, so don't expose the ioctls */
	dev->driver->driver_features &= ~DRIVER_ATOMIC;

61
	nouveau_hw_save_vga_fonts(dev, 1);
62 63 64 65 66 67

	nv04_crtc_create(dev, 0);
	if (nv_two_heads(dev))
		nv04_crtc_create(dev, 1);

	for (i = 0; i < dcb->entries; i++) {
68
		struct dcb_output *dcbent = &dcb->entry[i];
69

70 71 72 73
		connector = nouveau_connector_create(dev, dcbent->connector);
		if (IS_ERR(connector))
			continue;

74
		switch (dcbent->type) {
75
		case DCB_OUTPUT_ANALOG:
76
			ret = nv04_dac_create(connector, dcbent);
77
			break;
78 79
		case DCB_OUTPUT_LVDS:
		case DCB_OUTPUT_TMDS:
80
			ret = nv04_dfp_create(connector, dcbent);
81
			break;
82
		case DCB_OUTPUT_TV:
83
			if (dcbent->location == DCB_LOC_ON_CHIP)
84
				ret = nv17_tv_create(connector, dcbent);
85
			else
86
				ret = nv04_tv_create(connector, dcbent);
87 88
			break;
		default:
89
			NV_WARN(drm, "DCB type %d not known\n", dcbent->type);
90 91 92 93 94 95 96
			continue;
		}

		if (ret)
			continue;
	}

97 98 99
	list_for_each_entry_safe(connector, ct,
				 &dev->mode_config.connector_list, head) {
		if (!connector->encoder_ids[0]) {
100
			NV_WARN(drm, "%s has no encoders, removing\n",
101
				connector->name);
102 103 104
			connector->funcs->destroy(connector);
		}
	}
105

106 107
	list_for_each_entry(encoder, &dev->mode_config.encoder_list, head) {
		struct nouveau_encoder *nv_encoder = nouveau_encoder(encoder);
108 109 110
		struct nvkm_i2c_bus *bus =
			nvkm_i2c_bus_find(i2c, nv_encoder->dcb->i2c_index);
		nv_encoder->i2c = bus ? &bus->i2c : NULL;
111 112
	}

113
	/* Save previous state */
114 115
	list_for_each_entry(crtc, &dev->mode_config.crtc_list, base.head)
		crtc->save(&crtc->base);
116

117 118
	list_for_each_entry(nv_encoder, &dev->mode_config.encoder_list, base.base.head)
		nv_encoder->enc_save(&nv_encoder->base.base);
119

120 121
	nouveau_overlay_init(dev);

122 123 124 125 126 127
	return 0;
}

void
nv04_display_destroy(struct drm_device *dev)
{
128
	struct nv04_display *disp = nv04_display(dev);
129
	struct nouveau_drm *drm = nouveau_drm(dev);
130
	struct nouveau_encoder *encoder;
131
	struct nouveau_crtc *nv_crtc;
132 133

	/* Restore state */
134 135
	list_for_each_entry(encoder, &dev->mode_config.encoder_list, base.base.head)
		encoder->enc_restore(&encoder->base.base);
136

137 138
	list_for_each_entry(nv_crtc, &dev->mode_config.crtc_list, base.head)
		nv_crtc->restore(&nv_crtc->base);
139

140
	nouveau_hw_save_vga_fonts(dev, 0);
141

142
	nouveau_display(dev)->priv = NULL;
143
	kfree(disp);
144

145
	nvif_object_unmap(&drm->client.device.object);
146 147
}

148 149
int
nv04_display_init(struct drm_device *dev)
150
{
151 152
	struct nouveau_encoder *encoder;
	struct nouveau_crtc *crtc;
153 154 155 156 157 158 159 160 161

	/* meh.. modeset apparently doesn't setup all the regs and depends
	 * on pre-existing state, for now load the state of the card *before*
	 * nouveau was loaded, and then do a modeset.
	 *
	 * best thing to do probably is to make save/restore routines not
	 * save/restore "pre-load" state, but more general so we can save
	 * on suspend too.
	 */
162 163
	list_for_each_entry(crtc, &dev->mode_config.crtc_list, base.head)
		crtc->save(&crtc->base);
164

165 166
	list_for_each_entry(encoder, &dev->mode_config.encoder_list, base.base.head)
		encoder->enc_save(&encoder->base.base);
167 168

	return 0;
169 170
}

171 172 173
void
nv04_display_fini(struct drm_device *dev)
{
174 175 176 177
	/* disable vblank interrupts */
	NVWriteCRTC(dev, 0, NV_PCRTC_INTR_EN_0, 0);
	if (nv_two_heads(dev))
		NVWriteCRTC(dev, 1, NV_PCRTC_INTR_EN_0, 0);
178
}