Home | History | Annotate | Download | only in linux
History log of /src/sys/external/bsd/drm2/include/linux/timer.h
RevisionDateAuthorComments
 1.17  19-Dec-2021  riastradh drm: Fix semantics of del_timer, del_timer_sync.
 1.16  19-Dec-2021  riastradh linux: Add del_timer return value.
 1.15  19-Dec-2021  riastradh linux: Fix return value of del_timer_sync.
 1.14  19-Dec-2021  riastradh drm: Eliminate hrtimer_destroy and teardown_timer.

These are non-Linux shims added to the Linux API to pair with
hrtimer_setup and setup_timer, but they really only serve to call
callout_destroy, which is not strictly necessary in the NetBSD API.
So although we lose a little bit of diagnostic help this way, we also
reduce diffs a bit and save some trouble that bit us last week.
 1.13  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.12  19-Dec-2021  riastradh linux: Fix timer_setup -- pass timer, not flags, as argument.
 1.11  19-Dec-2021  riastradh linux: Odds and ends.
 1.10  19-Dec-2021  riastradh Revert "Give up on finding how linux side-loads these"

Found it.
 1.9  19-Dec-2021  riastradh Match argument name, and uintptr_t has a size-match to void*, might be a better fit.


Author: Maya Rashish <maya@NetBSD.org>
 1.8  19-Dec-2021  riastradh Update Linux timer API from ulong cookie to container_of.
 1.7  13-Oct-2019  christos cast function pointer type. there is already an XXX there...
 1.6  27-Aug-2018  riastradh merge in old drm

better match linux del_timer_sync by returning something
(XXX return value?)


Author: coypu <coypu@sdf.org>
Committer: Taylor R Campbell <riastradh@NetBSD.org>
 1.5  26-Aug-2014  riastradh branches: 1.5.18; 1.5.20;
Add Linux timer_pending and del_timer.
 1.4  16-Jul-2014  riastradh branches: 1.4.2; 1.4.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.3  06-Jul-2014  riastradh Modify Linux timer API to add teardown_timer.

del_timer_sync does not actually destroy the timer so it can't be
reused again -- but Linux has no routine to do that. So we'll have
to add that in where appropriate.
 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 timer.h was initially added on branch riastradh-drm2.
 1.1.2.4  08-Sep-2013  riastradh More miscellaneous Linux header cruft. See patch for details.
 1.1.2.3  24-Jul-2013  riastradh Bogus definition of round_jiffies_up in drm2 <linux/timer.h>.
 1.1.2.2  24-Jul-2013  riastradh Fix mod_timer to use absolute timeouts in <linux/timer.h>.
 1.1.2.1  24-Jul-2013  riastradh Implement a subset of Linux's struct timer_list with callouts.
 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 timer.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 timer.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.4.4.3  03-Dec-2017  jdolecek update from HEAD
 1.4.4.2  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.4.4.1  16-Jul-2014  tls file timer.h was added on branch tls-maxphys on 2014-08-20 00:04:21 +0000
 1.4.2.1  21-Sep-2014  snj Pull up following revision(s) (requested by riastradh in ticket #96):
sys/external/bsd/drm2/include/linux/timer.h: revision 1.5
Add Linux timer_pending and del_timer.
 1.5.20.2  13-Apr-2020  martin Mostly merge changes from HEAD upto 20200411
 1.5.20.1  10-Jun-2019  christos Sync with HEAD
 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