Home | History | Annotate | Download | only in nvidia
History log of /src/sys/arch/arm/nvidia/tegra_drm.h
RevisionDateAuthorComments
 1.11  19-Dec-2021  riastradh drm: Do the attach task dance for tegra drm.
 1.10  19-Dec-2021  riastradh drm: Make tegra drm build again.
 1.9  27-Aug-2018  riastradh Update tegra drm and nouveau to compile with new drmkms.

Compile-tested only.
 1.8  26-Dec-2017  jmcneill branches: 1.8.2; 1.8.4;
Use DRM GEM/CMA helper.
 1.7  17-Dec-2016  maya branches: 1.7.14;
Fix regression introduced by myself with the addition of da_fb_linebytes

tegra_fb was not adjusted so da_fb_linebytes was used uninitialized

add tfa_fb_linebytes and match radeonfb/nouveaufb code in how we set it
switch to using an initializer to hopefully avoid future errors

this change doesn't need to be pulled up, as tegra_fb.c is absent
in netbsd-7
 1.6  22-Dec-2015  jmcneill branches: 1.6.2; 1.6.4;
Switch Tegra over to fdt based clocks and reset controls.
 1.5  13-Dec-2015  jmcneill Use fdt for device enumeration.
 1.4  14-Nov-2015  jmcneill Hardware cursor support.
 1.3  12-Nov-2015  jmcneill Use GEM for memory management. Fixes a couple issues while here:
- No longer needs to allocate 35MB (!) for framebuffer console.
- Allows xrandr to switch to modes larger than the framebuffer console.
- Removes hack that redirected mmap calls to wsdisplay0
 1.2  10-Nov-2015  jmcneill Add vblank support
 1.1  09-Nov-2015  jmcneill Port the Tegra (2D) display drivers to the DRM framework.

tegradrm0 at tegraio0
tegrafb0 at tegradrm0
tegrafb0: framebuffer at 0x9b000000, size 1280x720, depth 32, stride 5120
wsdisplay0 at tegrafb0 kbdmux 1
wsmux1: connecting to wsdisplay0
wsdisplay0: screen 0-3 added (default, vt100 emulation)
tegradrm0: info: registered panic notifier
tegradrm0: initialized tegra 0.1.0 20151108 on minor 0

Same features as before (fb console, X wsfb driver works) with the addition
of being able to use xf86-video-modesetting and xrandr to switch video
modes at runtime.
 1.6.4.1  07-Jan-2017  pgoyette Sync with HEAD. (Note that most of these changes are simply $NetBSD$
tag issues.)
 1.6.2.3  05-Feb-2017  skrll Sync with HEAD
 1.6.2.2  27-Dec-2015  skrll Sync with HEAD (as of 26th Dec)
 1.6.2.1  22-Dec-2015  skrll file tegra_drm.h was added on branch nick-nhusb on 2015-12-27 12:09:31 +0000
 1.7.14.2  03-Dec-2017  jdolecek update from HEAD
 1.7.14.1  17-Dec-2016  jdolecek file tegra_drm.h was added on branch tls-maxphys on 2017-12-03 11:35:54 +0000
 1.8.4.1  10-Jun-2019  christos Sync with HEAD
 1.8.2.1  06-Sep-2018  pgoyette Sync with HEAD

Resolve a couple of conflicts (result of the uimin/uimax changes)

RSS XML Feed