Home | History | Annotate | Download | only in drm
History log of /src/sys/external/bsd/drm2/include/drm/drm_irq_netbsd.h
RevisionDateAuthorComments
 1.7  25-Oct-2022  riastradh drm: New IRQ_WAKE_THREAD constant.

Not really wired up to anything but helps reduce diffs -- driver is
responsible for making decisions based on it, corresponding to
Linux's built-in `threaded irq'.
 1.6  19-Dec-2021  riastradh drm: Set IPL_DRM to IPL_VM, not IPL_TTY.

We might want some of this stuff to work at higher IPL when dealing
with ddb during crashes, but...everything else in drm uses IPL_VM,
including Linux spin locks, which means we've been failing to block
interrupts during spin locks for the entire time this code has
existed...which is a little embarrassing.
 1.5  27-Aug-2018  riastradh provide enum irqreturn

merge in old ifdefs
ifdef out code that I'm unsure about right away and turn into panic
call.


Author: coypu <coypu@sdf.org>
Committer: Taylor R Campbell <riastradh@NetBSD.org>
 1.4  01-Jan-2015  mrg branches: 1.4.16; 1.4.18;
due to hangs seen by several folks, for now revert:
http://mail-index.netbsd.org/source-changes/2014/11/04/msg060120.html

Log Message:
This code should be MP-safe. Use IPL_SCHED in place of IPL_DRM/IPL_VM and set
D_MPSAFE flag in cdevsw.
 1.3  04-Nov-2014  jmcneill branches: 1.3.2;
This code should be MP-safe. Use IPL_SCHED in place of IPL_DRM/IPL_VM and set
D_MPSAFE flag in cdevsw.
 1.2  18-Mar-2014  riastradh branches: 1.2.4; 1.2.6; 1.2.10;
Merge riastradh-drm2 to HEAD.
 1.1  24-Jul-2013  riastradh branches: 1.1.2;
file drm_irq_netbsd.h was initially added on branch riastradh-drm2.
 1.1.2.3  24-Jul-2013  riastradh Define IPL_DRM to be IPL_TTY in drm_irq_netbsd.h.

This is not clearly the right definition, but it's what the old drm
code used. This is not clearly the right place, but it will do for
now.
 1.1.2.2  24-Jul-2013  riastradh Define IRQF_SHARED to be 0 in drm_irq_netbsd.h.
 1.1.2.1  24-Jul-2013  riastradh Add DRM IRQ shims.
 1.2.10.2  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.2.10.1  18-Mar-2014  tls file drm_irq_netbsd.h was added on branch tls-maxphys on 2014-08-20 00:04:21 +0000
 1.2.6.2  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.2.6.1  18-Mar-2014  yamt file drm_irq_netbsd.h was added on branch yamt-pagecache on 2014-05-22 11:40:56 +0000
 1.2.4.2  18-May-2014  rmind sync with head
 1.2.4.1  18-Mar-2014  rmind file drm_irq_netbsd.h was added on branch rmind-smpnet on 2014-05-18 17:46:01 +0000
 1.3.2.1  06-Apr-2015  skrll Sync with HEAD
 1.4.18.1  10-Jun-2019  christos Sync with HEAD
 1.4.16.1  06-Sep-2018  pgoyette Sync with HEAD

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

RSS XML Feed