Home | History | Annotate | Download | only in linux
History log of /src/sys/external/bsd/drm2/include/linux/sched.h
RevisionDateAuthorComments
 1.23  27-Dec-2021  riastradh drm: Define TASK_INTERRUPTIBLE so we can reduce diffs a little.
 1.22  19-Dec-2021  riastradh linux: Define need_resched as alias for preempt_needed.

No need to open-code this (nor to do it slightly wrong).
 1.21  19-Dec-2021  riastradh drm: Timeout audit -- linux/sched.h.
 1.20  19-Dec-2021  riastradh amdgpu: Stub out irq domain stuff with a finer grain.
 1.19  19-Dec-2021  riastradh Make intel_psr.c build
netbsd-ify
Stub out intel_lpe_audio.c (for now?).
Hammer intel_opregion.c into shape.
Hack up intel_lrc.c
Adapt intel_reset.c
Stub out intel_region_lmem.c
Adapt intel_ring_submission.c
Adapt intel_rps.c
Adapt intel_sdvo.c
Adapt intel_runtime_pm.c
Adapt intel_sideband.c
Adapt intel_sprite.c
Adapt intel_tv.c
Adapt intel_tc.c
Adapt intel_sseu.c
Adapt intel_timeline.c
Adapt intel_uc_fw.c and fix typo
Fix up intel_uncore.c
intel_vga.c
intel_wakeref.c
intel_vdsc.c
intel_wopcm.c
intel_workarounds.c
i915_globals.c
Fix up intelfb.c
Stub out intel_guc_log.c
Stub out intel_dsi_dcs_backlight.c
i915_perf.c
intel_hdmi.c
intel_hdcp.c


Author: Maya Rashish <maya@NetBSD.org>
Committer: Taylor R Campbell <riastradh@NetBSD.org>
 1.18  19-Dec-2021  riastradh Revert "Give up on finding how linux side-loads these"

Found it.
 1.17  19-Dec-2021  riastradh misc drm hacks
 1.16  19-Dec-2021  riastradh Expand some <linux/sched.h> definitions.
 1.15  03-Jul-2020  maxv hardclock_ticks -> getticks()
 1.14  14-Mar-2020  ad - Hide the details of SPCF_SHOULDYIELD and related behind a couple of small
functions: preempt_point() and preempt_needed().

- preempt(): if the LWP has exceeded its timeslice in kernel, strip it of
any priority boost gained earlier from blocking.
 1.13  28-Sep-2019  christos fixed signed compare.
 1.12  23-Oct-2018  riastradh Clamp timeout to INT_MAX to avoid the bad kind of integer truncation.

XXX pullup-7
XXX pullup-8
 1.11  23-Oct-2018  riastradh DELAY takes microseconds, not ticks.

XXX pullup-7
XXX pullup-8
 1.10  27-Aug-2018  riastradh Hazard a guess about a reliable MAX_SCHEDULE_TIMEOUT.
 1.9  27-Aug-2018  riastradh Define cond_resched to preempt if SPCF_SHOULDYIELD.
 1.8  27-Aug-2018  riastradh provide pr_notice
avoid needing unregister_oom_notifier
use intel_register_dsm_handler(dev), as older drm does
provide dummy async_schedule
provide atomic_or
match side-loading


Author: coypu <coypu@sdf.org>
Committer: Taylor R Campbell <riastradh@NetBSD.org>
 1.7  27-Aug-2018  riastradh begin fixing -Werror build:

Provide missing declarations from older drm
provide more definitions used by code
no idea what might_lock is, but it might be some error-checking
lockdep thing.


Author: coypu <coypu@sdf.org>
Committer: Taylor R Campbell <riastradh@NetBSD.org>
 1.6  27-Aug-2018  riastradh match linux side loading


Author: coypu <coypu@sdf.org>
Committer: Taylor R Campbell <riastradh@NetBSD.org>
 1.5  08-Nov-2014  nonaka branches: 1.5.18; 1.5.20;
return correct remaining jiffies.
fix X server hang when screen blank by DPMS.
 1.4  22-Oct-2014  nonaka Don't call kpause(9) if cold.
 1.3  16-Jul-2014  riastradh branches: 1.3.2; 1.3.4;
Make it build and boot on my test machines.

Screen blanks on boot on the Ivy Bridge system with

DRM error in cpt_serr_int_handler: PCH transcoder A FIFO underrun

But after that everything is OK. Appears to be an upstream problem.
To investigate...

I think there's a cache flushing issue somewhere -- there are little
display artefacts on my T60.
 1.2  18-Mar-2014  riastradh branches: 1.2.2; 1.2.4; 1.2.6;
Merge riastradh-drm2 to HEAD.
 1.1  24-Jul-2013  riastradh branches: 1.1.2;
file sched.h was initially added on branch riastradh-drm2.
 1.1.2.2  24-Jul-2013  riastradh #define current curproc, and add task_pid_nr, in <linux/sched.h>.
 1.1.2.1  24-Jul-2013  riastradh Add stubs for Linux header files for drm.
 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 sched.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 sched.h was added on branch rmind-smpnet on 2014-05-18 17:46:01 +0000
 1.2.2.1  10-Aug-2014  tls Rebase.
 1.3.4.3  03-Dec-2017  jdolecek update from HEAD
 1.3.4.2  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.3.4.1  16-Jul-2014  tls file sched.h was added on branch tls-maxphys on 2014-08-20 00:04:21 +0000
 1.3.2.2  11-Nov-2014  martin Pull up following revision(s) (requested by nonaka in ticket #198):
sys/external/bsd/drm2/include/linux/sched.h: revision 1.5
return correct remaining jiffies.
fix X server hang when screen blank by DPMS.
 1.3.2.1  30-Oct-2014  martin Pull up following revision(s) (requested by nonaka in ticket #161):
sys/external/bsd/drm2/include/linux/sched.h: revision 1.4
Don't call kpause(9) if cold.
 1.5.20.3  13-Apr-2020  martin Mostly merge changes from HEAD upto 20200411
 1.5.20.2  08-Apr-2020  martin Merge changes from current as of 20200406
 1.5.20.1  10-Jun-2019  christos Sync with HEAD
 1.5.18.2  26-Nov-2018  pgoyette Sync with HEAD, resolve a couple of conflicts
 1.5.18.1  06-Sep-2018  pgoyette Sync with HEAD

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

RSS XML Feed