Link [ NetBSD | NetBSD OpenGrok source search | PR fulltext-search | Summary of daily snapshot builds | history of daily build result | pkgsrc commit viewer ]


   
        usage: [branch:branch] [user:user] [path@revision] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN sys/arch/arm, if_wm.c@1.234 )




switch to index mode

recent branches: MAIN (3h)  netbsd-8 (5d)  netbsd-10 (5d)  netbsd-9 (11d)  thorpej-ifq (175d)  thorpej-altq-separation (177d) 

2024-05-10 01:42:37 UTC Now

2018-08-27 07:16:41 UTC MAIN commitmail json YAML

Use bus_dmamem_map instead of kmap(sg_page(...)).

(riastradh)

2018-08-27 07:16:31 UTC MAIN commitmail json YAML

Implement a bus_dma version of Linux sg_pcopy_from_buffer.

(riastradh)

2018-08-27 07:16:20 UTC MAIN commitmail json YAML

Include <linux/bitmap.h> for bitmap operations.

(riastradh)

2018-08-27 07:16:10 UTC MAIN commitmail json YAML

2018-08-27 07:16:00 UTC MAIN commitmail json YAML

Ifdef out more graphics stolen memory stuff for now.

(riastradh)

2018-08-27 07:15:50 UTC MAIN commitmail json YAML

Use bus_space_read/write_4 instead of readl/writel.

(riastradh)

2018-08-27 07:15:39 UTC MAIN commitmail json YAML

2018-08-27 07:15:29 UTC MAIN commitmail json YAML

2018-08-27 07:15:19 UTC MAIN commitmail json YAML

Populate circ_buf.h with CIRC_SPACE.

(riastradh)

2018-08-27 07:15:06 UTC MAIN commitmail json YAML

Add ida_simple_remove.

Same as ida_remove for us.  Linux requires caller to handle locking
for ida_remove (so it works with RCU) and ida_simple_remove just uses
a global lock where for users that aren't performance-critical.  If
we ever pserialized idr, we'd have to do the same.

(riastradh)

2018-08-27 07:14:55 UTC MAIN commitmail json YAML

Fix up i915_irq.c.

- <linux/hardirq.h> for synchronize_irq
- DRM_IRQ_ARGS
- PRIx64, not %llx, for 64-bit printf

(riastradh)

2018-08-27 07:14:42 UTC MAIN commitmail json YAML

Define synchronize_irq to broadcast xcall noop in <linux/hardirq.h>.

(riastradh)

2018-08-27 07:14:29 UTC MAIN commitmail json YAML

2018-08-27 07:14:19 UTC MAIN commitmail json YAML

2018-08-27 07:13:45 UTC MAIN commitmail json YAML

Implement Linux bitmap utilities.

(riastradh)

2018-08-27 07:10:39 UTC MAIN commitmail json YAML

2018-08-27 07:10:15 UTC MAIN commitmail json YAML

<sys/xcall.h> needs <sys/types.h> for uint64_t.

(riastradh)

2018-08-27 07:10:05 UTC MAIN commitmail json YAML

enum pipe -> enum i915_pipe (why did we inflict this on ourselves, again?)

(riastradh)

2018-08-27 07:09:52 UTC MAIN commitmail json YAML

2018-08-27 07:09:39 UTC MAIN commitmail json YAML

2018-08-27 07:09:28 UTC MAIN commitmail json YAML

Cast suseconds_t to long for %ld.  Use PRIx64, not %llx, for uint64_t.

(riastradh)

2018-08-27 07:09:17 UTC MAIN commitmail json YAML

i915_gpu_error.c shadows, don't worry about it.

(riastradh)

2018-08-27 07:09:07 UTC MAIN commitmail json YAML

Fix definition of DEFINE_BITMAP.

(riastradh)

2018-08-27 07:08:58 UTC MAIN commitmail json YAML

2018-08-27 07:08:47 UTC MAIN commitmail json YAML

Define cache_line_size() using ci_cflush_lsize.

(riastradh)

2018-08-27 07:08:37 UTC MAIN commitmail json YAML

Implement find_next_zero_bit.  Define find_first_zero_bit in terms of it.

(riastradh)

2018-08-27 07:08:20 UTC MAIN commitmail json YAML

2018-08-27 07:08:07 UTC MAIN commitmail json YAML

2018-08-27 07:07:57 UTC MAIN commitmail json YAML

Fix pointer arithmetic and include asm/cpufeature.h for cpu_has_clflush.

(riastradh)

2018-08-27 07:07:45 UTC MAIN commitmail json YAML

Define cpu_has_clflush in <asm/cpufeature.h>.

(riastradh)

2018-08-27 07:07:33 UTC MAIN commitmail json YAML

2018-08-27 07:07:23 UTC MAIN commitmail json YAML

Disable rotated and partial object views for now.

(riastradh)

2018-08-27 07:07:12 UTC MAIN commitmail json YAML

2018-08-27 07:07:00 UTC MAIN commitmail json YAML

2018-08-27 07:06:50 UTC MAIN commitmail json YAML

2018-08-27 07:06:38 UTC MAIN commitmail json YAML

2018-08-27 07:06:25 UTC MAIN commitmail json YAML

Need braces around BUILD_BUG_ON_MSG.

(riastradh)

2018-08-27 07:06:11 UTC MAIN commitmail json YAML

2018-08-27 07:06:00 UTC MAIN commitmail json YAML

2018-08-27 07:05:50 UTC MAIN commitmail json YAML

Fix some merge mistakes, 64-bit printfs, &c.

(riastradh)

2018-08-27 07:05:39 UTC MAIN commitmail json YAML

2018-08-27 07:05:13 UTC MAIN commitmail json YAML

2018-08-27 07:05:00 UTC MAIN commitmail json YAML

2018-08-27 07:04:44 UTC MAIN commitmail json YAML

2018-08-27 07:04:32 UTC MAIN commitmail json YAML

2018-08-27 07:04:22 UTC MAIN commitmail json YAML

Disable and enable some i915 pm code.

(riastradh)

2018-08-27 07:04:12 UTC MAIN commitmail json YAML

2018-08-27 07:04:02 UTC MAIN commitmail json YAML

2018-08-27 07:03:50 UTC MAIN commitmail json YAML

Fix hlist_for_each_entry_safe: temp is hlist_node, not element.

(riastradh)

2018-08-27 07:03:39 UTC MAIN commitmail json YAML

Convert wait_event_timeout to DRM_SPIN_TIMED_WAIT_UNTIL.

(riastradh)

2018-08-27 07:03:26 UTC MAIN commitmail json YAML

2018-08-27 07:03:11 UTC MAIN commitmail json YAML

New ktime utilities.  Fix monotonic offset business.

(riastradh)

2018-08-27 07:03:02 UTC MAIN commitmail json YAML

2018-08-27 07:02:51 UTC MAIN commitmail json YAML

2018-08-27 07:02:41 UTC MAIN commitmail json YAML

Need vaddr_t, not pointer, for pmap_extract.

(riastradh)

2018-08-27 07:02:30 UTC MAIN commitmail json YAML

2018-08-27 07:02:16 UTC MAIN commitmail json YAML

2018-08-27 07:02:06 UTC MAIN commitmail json YAML

2018-08-27 07:01:56 UTC MAIN commitmail json YAML

2018-08-27 07:01:43 UTC MAIN commitmail json YAML

2018-08-27 07:01:30 UTC MAIN commitmail json YAML

Need <drm/drm_internal.h> for drm_global_mutex.

(riastradh)

2018-08-27 07:01:15 UTC MAIN commitmail json YAML

More drm_fops.c updates.  Hooray, code deletion!

(riastradh)

2018-08-27 07:01:02 UTC MAIN commitmail json YAML

Use bus_space_write_4, not iowrite32.

(riastradh)

2018-08-27 07:00:52 UTC MAIN commitmail json YAML

2018-08-27 07:00:39 UTC MAIN commitmail json YAML

2018-08-27 07:00:28 UTC MAIN commitmail json YAML

2018-08-27 07:00:09 UTC MAIN commitmail json YAML

Internal prototypes from drm_internal.h.  Reflect upstream deletions.

(riastradh)

2018-08-27 06:58:20 UTC MAIN commitmail json YAML

2018-08-27 06:58:10 UTC MAIN commitmail json YAML

Apply some more legacy renames.  drm magic got replaced by an idr.

(riastradh)

2018-08-27 06:57:58 UTC MAIN commitmail json YAML

Fix order of arguments of hlist_add_head_rcu.

(riastradh)

2018-08-27 06:57:44 UTC MAIN commitmail json YAML

Fix hlist_for_each_entry_rcu like hlist_for_each_entry.

(riastradh)

2018-08-27 06:57:32 UTC MAIN commitmail json YAML

Rename some drm_* to drm_legacy_*.

(riastradh)

2018-08-27 06:57:20 UTC MAIN commitmail json YAML

Need drm_legacy.h for legacy mmap stuff.

(riastradh)

2018-08-27 06:57:10 UTC MAIN commitmail json YAML

2018-08-27 06:57:00 UTC MAIN commitmail json YAML

2018-08-27 06:56:50 UTC MAIN commitmail json YAML

<asm/div64.h> for do_div.  Fix some 64-bit printfs.

(riastradh)

2018-08-27 06:56:41 UTC MAIN commitmail json YAML

2018-08-27 06:56:32 UTC MAIN commitmail json YAML

Define __GFP_NOFAIL as zero since it's a noop here.

(riastradh)

2018-08-27 06:56:22 UTC MAIN commitmail json YAML

Need to use new <drm/drm_gem.h> for GEM stuff.

(riastradh)

2018-08-27 06:56:13 UTC MAIN commitmail json YAML

2018-08-27 06:56:03 UTC MAIN commitmail json YAML

Rework drm_dp_mst_topology.c.

- Need <linux/device.h> for dev_name.
- Need <linux/export.h> for EXPORT_*.
- Need <linux/module.h> for THIS_MODULE.
- Ifdef out debugfs stuff.
- Mark unused variables as such.
- Convert to drm waitqueue.  (There's even a lock here already...)
- Initialize and destroy mutexes appropriately.
- Ifdef out of_node.  Hope nobody needed it!

(riastradh)

2018-08-27 06:55:52 UTC MAIN commitmail json YAML

Define get_jiffies_64.  Hope a 32-bit approximation is enough!

(riastradh)

2018-08-27 06:55:43 UTC MAIN commitmail json YAML

2018-08-27 06:55:33 UTC MAIN commitmail json YAML

Define min3/max3.  XXX: Multiple evaluation.  Hope it's OK!

(riastradh)

2018-08-27 06:55:24 UTC MAIN commitmail json YAML

2018-08-27 06:55:13 UTC MAIN commitmail json YAML

Fix up drm_crtc.c.

- Ifdef out debugfs variables.
- Restore int ret declaration lost in merge.
- Use PRIu64, not %llu, for uint64_t.

(riastradh)

2018-08-27 06:55:01 UTC MAIN commitmail json YAML

2018-08-27 06:54:51 UTC MAIN commitmail json YAML

2018-08-27 06:54:40 UTC MAIN commitmail json YAML

Define dummy INIT_WORK_ONSTACK and destroy_work_onstack.

(riastradh)

2018-08-27 06:54:29 UTC MAIN commitmail json YAML

2018-08-27 06:54:19 UTC MAIN commitmail json YAML

Fix hlist iteration again with more fields and null checks.

(riastradh)

2018-08-27 06:54:08 UTC MAIN commitmail json YAML

Massage drm_drv.c into usability.

- expose drm_minor_lock/drm_minors_idr for drm_init in drm_module.c
- ifdef out Linux driver attachment goo

(riastradh)

2018-08-27 06:53:55 UTC MAIN commitmail json YAML

2018-08-27 06:53:46 UTC MAIN commitmail json YAML

2018-08-27 06:53:36 UTC MAIN commitmail json YAML

Need <linux/moduleparam.h> for module_param_*.

(riastradh)

2018-08-27 06:53:25 UTC MAIN commitmail json YAML

Remove troublesome drm_trace.h.

(riastradh)

2018-08-27 06:53:13 UTC MAIN commitmail json YAML

2018-08-27 06:52:58 UTC MAIN commitmail json YAML

Define module_param and module_param_unsafe.

(riastradh)

2018-08-27 06:52:45 UTC MAIN commitmail json YAML

Initialize and destroy aux->hw_mutex appropriately.

(riastradh)

2018-08-27 06:52:35 UTC MAIN commitmail json YAML

Copy body of static drm_legacy_dev_reinit from drm_fops.c to drm_cdevsw.c.

(riastradh)

2018-08-27 06:52:24 UTC MAIN commitmail json YAML

Adapt abuse of kref abstraction in DRM_DEBUG messages.

(riastradh)

2018-08-27 06:52:11 UTC MAIN commitmail json YAML

Use kref_exclusive_p, rather than abusing kref abstraction.

(riastradh)

2018-08-27 06:51:53 UTC MAIN commitmail json YAML

Revert "Rename private member of kref, because Linux abuses the abstraction."

This reverts commit d45132a71ee3c2570db2f10eac27283d3ac5b392.

Linux's abuse will be fixed.

(riastradh)

2018-08-27 06:51:38 UTC MAIN commitmail json YAML

Fix hlist_for_each_entry to use the specified field.

(riastradh)

2018-08-27 06:51:29 UTC MAIN commitmail json YAML

open_count is protected by drm_global_mutex; count_lock is no more.

(riastradh)

2018-08-27 06:51:17 UTC MAIN commitmail json YAML

Actually convert errno as comment suggests.

(riastradh)

2018-08-27 06:51:07 UTC MAIN commitmail json YAML

Get dividend/divisor straight.  No functional change.

(riastradh)

2018-08-27 06:50:58 UTC MAIN commitmail json YAML

Move drm_ioctl to drm_ioctl.c.

Previously it was in drm_drv.c upstream, which we overrode; then it
got moved to drm_ioctl.c and drm_drv.c got deleted, so we no longer
need to maintain a separate copy of the table in what we now call
drm_cdevsw.c.

(riastradh)

2018-08-27 06:50:45 UTC MAIN commitmail json YAML

Patch up drm_atomic_helper.c.

- Mark unused variables as such.
  . Mistakes in local patches are likely to lead to unused variables,
    so keep this warning enabled.
- Build with -Wno-shadow.
  . Local patches aren't likely to cause this, so just suppress it.
- static plane_crtc_active

(riastradh)

2018-08-27 06:50:21 UTC MAIN commitmail json YAML

Add some <linux/fence.h> prototypes.

(riastradh)

2018-08-27 06:50:03 UTC MAIN commitmail json YAML

Rewrite linux hlist with our pslist.

Upstream uses RCU for this now, so we need it.

(riastradh)

2018-08-27 06:49:52 UTC MAIN commitmail json YAML

phys_wc_to_mtrr_index got renamed to arch_phys_wc_index upstream.

(riastradh)

2018-08-27 06:49:42 UTC MAIN commitmail json YAML

2018-08-27 06:49:23 UTC MAIN commitmail json YAML

2018-08-27 06:49:12 UTC MAIN commitmail json YAML

Update always_authenticated -> authenticated.

(riastradh)

2018-08-27 06:49:01 UTC MAIN commitmail json YAML

2018-08-27 06:48:50 UTC MAIN commitmail json YAML

Make drm_lastclose match upstream.

(riastradh)

2018-08-27 06:48:40 UTC MAIN commitmail json YAML

2018-08-27 06:48:26 UTC MAIN commitmail json YAML

Mark set-but-unused variable as such.

(riastradh)

2018-08-27 06:48:15 UTC MAIN commitmail json YAML

Need declarations in drm_crtc_internal.h.

(riastradh)

2018-08-27 06:48:01 UTC MAIN commitmail json YAML

2018-08-27 06:47:51 UTC MAIN commitmail json YAML

We have a local override for drm_encoder_slave.c.

(riastradh)

2018-08-27 06:47:35 UTC MAIN commitmail json YAML

Need <linux/export.h> for EXPORT_*.

(riastradh)

2018-08-27 06:47:19 UTC MAIN commitmail json YAML

2018-08-27 06:46:56 UTC MAIN commitmail json YAML

2018-08-27 06:46:32 UTC MAIN commitmail json YAML

Need <linux/moduleparam.h> for module_param_named.

(riastradh)

2018-08-27 06:46:17 UTC MAIN commitmail json YAML

Rename private member of kref, because Linux abuses the abstraction.

(riastradh)

2018-08-27 06:46:02 UTC MAIN commitmail json YAML

2018-08-27 06:45:44 UTC MAIN commitmail json YAML

2018-08-27 06:45:22 UTC MAIN commitmail json YAML

Drop volatile on the floor because keeping it is too much trouble.

(riastradh)

2018-08-27 06:45:07 UTC MAIN commitmail json YAML

Revert "Add volatile to the second argument of radeon_kfd_interrupt to appease"

This reverts commit 1692f7bf1e9f150093b3c238f6706301bb243295.

Stack of things that must change is too deep -- let's just use
__UNVOLATILE here.

(riastradh)

2018-08-27 06:44:53 UTC MAIN commitmail json YAML

2018-08-27 06:44:42 UTC MAIN commitmail json YAML

2018-08-27 06:44:29 UTC MAIN commitmail json YAML

Rename past typo CONFIG_DEBUGFS to CONFIG_DEBUG_FS to match upstream.

(riastradh)

2018-08-27 06:44:15 UTC MAIN commitmail json YAML

2018-08-27 06:44:00 UTC MAIN commitmail json YAML

Revert "No arithmetic on void *.  No dropping volatile on floor."

This reverts commit abb291aa152b53f4798447d572a47cd155052939.

Using char * in struct firmware obviated the need for this.

(riastradh)

2018-08-27 06:43:47 UTC MAIN commitmail json YAML

workaround netbsd incompatible LIST_HEAD

Author: coypu <coypu@sdf.org>
Committer: Taylor R Campbell <riastradh@NetBSD.org>

(riastradh)

2018-08-27 06:43:35 UTC MAIN commitmail json YAML

Add volatile to the second argument of radeon_kfd_interrupt to appease
gcc

(previously warning about discarded qualifier. There's only one user.)

Author: coypu <coypu@sdf.org>
Committer: Taylor R Campbell <riastradh@NetBSD.org>

(riastradh)

2018-08-27 06:43:24 UTC MAIN commitmail json YAML

just include linux/err.h instead of matching side loading

(it's included by fence.h, for example)

switch void* -> char* because of void pointer arithmetic.

Author: coypu <coypu@sdf.org>
Committer: Taylor R Campbell <riastradh@NetBSD.org>

(riastradh)

2018-08-27 06:43:10 UTC MAIN commitmail json YAML

provide some dummy structs

declaration without implementation of dmi_match (Won't link)
provide div64_u64_rem XXX the naming of the parameters is backwards
ci_send_msg_to_smc_return_parameter isn't unused, keep it

Author: coypu <coypu@sdf.org>
Committer: Taylor R Campbell <riastradh@NetBSD.org>

(riastradh)

2018-08-27 06:42:54 UTC MAIN commitmail json YAML

2018-08-27 06:42:41 UTC MAIN commitmail json YAML

2018-08-27 06:42:28 UTC MAIN commitmail json YAML

Fix ordering of interval trees, including using the right member names.

(riastradh)

2018-08-27 06:42:18 UTC MAIN commitmail json YAML

Call the parameter by its name, not its nickname!

(riastradh)

2018-08-27 06:42:00 UTC MAIN commitmail json YAML

2018-08-27 06:41:49 UTC MAIN commitmail json YAML

Dereference pointer to use what it points at!

(riastradh)

2018-08-27 06:41:36 UTC MAIN commitmail json YAML

engine/device.h -> core/device.h, nouveau -> nvkm

(riastradh)

2018-08-27 06:41:25 UTC MAIN commitmail json YAML

2018-08-27 06:41:13 UTC MAIN commitmail json YAML

No arithmetic on void *.  No dropping volatile on floor.

(riastradh)

2018-08-27 06:40:56 UTC MAIN commitmail json YAML

Formerly unused functions are no longer unused.

(riastradh)

2018-08-27 06:40:43 UTC MAIN commitmail json YAML

2018-08-27 06:40:32 UTC MAIN commitmail json YAML

2018-08-27 06:40:18 UTC MAIN commitmail json YAML

2018-08-27 06:40:04 UTC MAIN commitmail json YAML

radeon_trace.h causes trouble, bye!

(riastradh)

2018-08-27 06:39:51 UTC MAIN commitmail json YAML

2018-08-27 06:39:38 UTC MAIN commitmail json YAML

2018-08-27 06:39:27 UTC MAIN commitmail json YAML

Durr, declarations don't work like that.

(riastradh)

2018-08-27 06:39:17 UTC MAIN commitmail json YAML

Apparently <drm/drm_legacy.h> needs <drm/drmP.h> for struct drm_device.

(riastradh)

2018-08-27 06:39:05 UTC MAIN commitmail json YAML

drm_crtc_vblank_waitqueue has to have a sane type.

(riastradh)

2018-08-27 06:38:52 UTC MAIN commitmail json YAML

2018-08-27 06:38:36 UTC MAIN commitmail json YAML

2018-08-27 06:38:22 UTC MAIN commitmail json YAML

2018-08-27 06:38:10 UTC MAIN commitmail json YAML

These are no longer used only by debugfs, remove ifdefs.

(riastradh)

2018-08-27 06:37:53 UTC MAIN commitmail json YAML

Forward-declare struct pci_driver, which is unused but appears in prototypes.

(riastradh)

2018-08-27 06:37:41 UTC MAIN commitmail json YAML

Reorder header files to avoid drm_legacy.h lossage.

(riastradh)

2018-08-27 06:37:30 UTC MAIN commitmail json YAML

Give the interval trees a chance to compile.

(riastradh)

2018-08-27 06:37:16 UTC MAIN commitmail json YAML

Not sure what DRM is doing with the fdtable, but OK...

(riastradh)

2018-08-27 06:37:01 UTC MAIN commitmail json YAML

2018-08-27 06:36:48 UTC MAIN commitmail json YAML

2018-08-27 06:36:36 UTC MAIN commitmail json YAML

2018-08-27 06:35:44 UTC MAIN commitmail json YAML

2018-08-27 06:35:25 UTC MAIN commitmail json YAML

2018-08-27 06:35:09 UTC MAIN commitmail json YAML

Teach nouveau to read its own header files.

(riastradh)

2018-08-27 06:34:56 UTC MAIN commitmail json YAML

Think we're gonna need to override i915_gem_userptr.c.

(riastradh)

2018-08-27 06:34:44 UTC MAIN commitmail json YAML

2018-08-27 06:34:32 UTC MAIN commitmail json YAML

2018-08-27 06:34:15 UTC MAIN commitmail json YAML

2018-08-27 06:33:57 UTC MAIN commitmail json YAML

2018-08-27 06:33:34 UTC MAIN commitmail json YAML

2018-08-27 06:33:21 UTC MAIN commitmail json YAML

So that's where the missing ifdef wound up!

(riastradh)

2018-08-27 06:33:08 UTC MAIN commitmail json YAML

Restore more locally overridden files.

(riastradh)

2018-08-27 06:32:57 UTC MAIN commitmail json YAML

2018-08-27 06:32:44 UTC MAIN commitmail json YAML

2018-08-27 06:32:32 UTC MAIN commitmail json YAML

2018-08-27 06:32:18 UTC MAIN commitmail json YAML

2018-08-27 06:32:00 UTC MAIN commitmail json YAML

Neglected to delete local drm_stub.c during merge.

(riastradh)

2018-08-27 06:31:41 UTC MAIN commitmail json YAML

Rename drm_drv.c to drm_cdevsw.c.

Previously we overrode upstream's drm_drv.c altogether, and used
upstream's drm_stub.c subroutines.

But upstream deleted drm_drv.c and renamed drm_stub.c to drm_drv.c,
so we have to cope with that reshuffle.

(riastradh)

2018-08-27 06:25:59 UTC MAIN commitmail json YAML

Apply locally overridden files.

(riastradh)

2018-08-27 06:25:48 UTC MAIN commitmail json YAML

Omit PCI files from files.drmkms.

(riastradh)

2018-08-27 06:25:37 UTC MAIN commitmail json YAML

2018-08-27 06:25:28 UTC MAIN commitmail json YAML

Move local files to the top to make them more visible.

(riastradh)

2018-08-27 06:25:18 UTC MAIN commitmail json YAML

Forgot to nix conflicts after moving change to intel_runtime_pm.c.

(riastradh)

2018-08-27 06:25:06 UTC MAIN commitmail json YAML

Forgot to nix conflicts after moving changes to i915_gem_fence.c.

(riastradh)

2018-08-27 06:23:19 UTC MAIN commitmail json YAML

2018-08-27 06:19:26 UTC MAIN commitmail json YAML

2018-08-27 06:19:16 UTC MAIN commitmail json YAML

provide BUILD_BUG_ON_MSG

Author: coypu <coypu@sdf.org>
Committer: Taylor R Campbell <riastradh@NetBSD.org>

(riastradh)

2018-08-27 06:19:05 UTC MAIN commitmail json YAML

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>

(riastradh)

2018-08-27 06:18:51 UTC MAIN commitmail json YAML

provide CONFIG_PNP if it's defined. i386 only apparently.

XXX I'm not actually building i386 kernels

Author: coypu <coypu@sdf.org>
Committer: Taylor R Campbell <riastradh@NetBSD.org>

(riastradh)

2018-08-27 06:18:41 UTC MAIN commitmail json YAML

2018-08-27 06:18:30 UTC MAIN commitmail json YAML

don't provide dev_to_i915 and ifdef out all users (unused)
provide nsecs_to_jiffies64, hopefully msec_to_jiffies * 10^6
provide BUILD_BUG as a no-op
include linux/err.h instead of matching side-loading, too hard to
figure out what gets it.

Author: coypu <coypu@sdf.org>
Committer: Taylor R Campbell <riastradh@NetBSD.org>

(riastradh)