Home | History | Annotate | Download | only in nvidia
History log of /src/sys/arch/arm/nvidia/tegra_drm_mode.c
RevisionDateAuthorComments
 1.21  19-Dec-2021  riastradh drm: Make tegra drm build again.
 1.20  15-Jan-2021  jmcneill use fdtbus_intr_establish_xname
 1.19  13-Oct-2019  skrll branches: 1.19.8;
Trailing whitespace
 1.18  07-Jul-2019  jmcneill Register userspace interfaces for our connector
 1.17  27-Aug-2018  riastradh Update tegra drm and nouveau to compile with new drmkms.

Compile-tested only.
 1.16  26-Dec-2017  jmcneill branches: 1.16.2; 1.16.4;
Use DRM GEM/CMA helper.
 1.15  01-Jun-2017  chs branches: 1.15.8;
remove checks for failure after memory allocation calls that cannot fail:

kmem_alloc() with KM_SLEEP
kmem_zalloc() with KM_SLEEP
percpu_alloc()
pserialize_create()
psref_class_create()

all of these paths include an assertion that the allocation has not failed,
so callers should not assert that again.
 1.14  26-Apr-2017  jmcneill Ignore dc parent clock from devicetree and use hdmi parent for dc.
 1.13  16-Apr-2017  jmcneill Get DC clock parent from devicetree
 1.12  23-Dec-2015  jmcneill branches: 1.12.2; 1.12.4; 1.12.6;
explicitly set high cursor/winbuf address bits when setting modes
 1.11  22-Dec-2015  jmcneill Switch Tegra over to fdt based clocks and reset controls.
 1.10  13-Dec-2015  jmcneill Use fdt for device enumeration.
 1.9  16-Nov-2015  jmcneill commit window changes when updating base
 1.8  15-Nov-2015  jmcneill If we are going to be doing read/modify/write in triple-buffered mode, make sure we don't read back the buffered values and not the active ones
 1.7  14-Nov-2015  jmcneill expose HDMI from HDMI VSDB as physical-address device property when available
 1.6  14-Nov-2015  jmcneill Hardware cursor support.
 1.5  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.4  10-Nov-2015  jmcneill Add vblank support
 1.3  10-Nov-2015  jmcneill support disabling the HDMI output
 1.2  10-Nov-2015  jmcneill allow either crtc to be used with hdmi encoder
 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.12.6.1  21-Apr-2017  bouyer Sync with HEAD
 1.12.4.1  26-Apr-2017  pgoyette Sync with HEAD
 1.12.2.3  28-Aug-2017  skrll Sync with HEAD
 1.12.2.2  27-Dec-2015  skrll Sync with HEAD (as of 26th Dec)
 1.12.2.1  23-Dec-2015  skrll file tegra_drm_mode.c was added on branch nick-nhusb on 2015-12-27 12:09:31 +0000
 1.15.8.2  03-Dec-2017  jdolecek update from HEAD
 1.15.8.1  01-Jun-2017  jdolecek file tegra_drm_mode.c was added on branch tls-maxphys on 2017-12-03 11:35:54 +0000
 1.16.4.2  13-Apr-2020  martin Mostly merge changes from HEAD upto 20200411
 1.16.4.1  10-Jun-2019  christos Sync with HEAD
 1.16.2.1  06-Sep-2018  pgoyette Sync with HEAD

Resolve a couple of conflicts (result of the uimin/uimax changes)
 1.19.8.1  03-Apr-2021  thorpej Sync with HEAD.

RSS XML Feed