index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
/
drm
/
include
Age
Commit message (
Expand
)
Author
2020-02-21
Add a DRM GEM CMA helper from NetBSD. Plenty of parts are still
Patrick Wildt
2020-02-20
Implement request_firmware_direct().
Mark Kettenis
2020-02-20
In signal_pending_state() only test for pending signal when
Jonathan Gray
2020-02-18
Cleanup <sys/kthread.h> and <sys/proc.h> includes.
Martin Pieuchot
2020-02-18
Use SIGPENDING() instead of CURSIG() for emulating signal_pending().
Claudio Jeker
2020-01-28
drm/panel: make drm_panel.h self-contained
Jonathan Gray
2020-01-22
Remove empty unmap_mapping_range() define and hide drm_vma_node_unmap().
Jonathan Gray
2020-01-04
remove unused TIOCSPGRP / TIOCGPGRP cases in drm
Jonathan Gray
2019-12-31
drm: mst: Fix query_payload ack reply struct
Jonathan Gray
2019-12-30
convert infinite msleep(9) to msleep_nsec(9)
Jonathan Gray
2019-12-30
Convert infinite sleeps to {m,t}sleep_nsec(9).
Martin Pieuchot
2019-12-26
implement unregister_shrinker()
Jonathan Gray
2019-12-25
Hook up the shrinker for inteldrm(4). This is a "light" version that only
Mark Kettenis
2019-12-18
Allow pagefault_disable() to be called recursively, something that may happen
Mark Kettenis
2019-11-29
drm_sched_entity_flush() doesn't care about specific threads, so just
Philip Guenther
2019-11-24
correct return type of sign_extend64()
Jonathan Gray
2019-11-13
Fix off-by-one (truncation) in k{v,}asprintf().
Martin Pieuchot
2019-10-06
add BL_CORE_SUSPENDRESUME define
Jonathan Gray
2019-09-16
drm/vblank: Allow dynamic per-crtc max_vblank_count
Jonathan Gray
2019-09-07
define away dma_set_max_seg_size()
Jonathan Gray
2019-08-28
Build and enable amdgpu(4) on arm64. The DCN1.0 support has been made
Mark Kettenis
2019-08-24
drm/i915/cml: Add CML PCI IDS
Jonathan Gray
2019-08-19
define CONFIG_X86* in autoconf.h as needed and reduce diff to linux
Jonathan Gray
2019-08-18
Implement a few Linux compat ACPI interfaces and enable the ACPI support
Mark Kettenis
2019-08-17
change drm memory barriers to be closer to what linux does on
Jonathan Gray
2019-08-14
move CONFIG_DRM_FBDEV_EMULATION and CONFIG_BACKLIGHT_CLASS_DEVICE
Jonathan Gray
2019-08-13
Don't match on amdgpu devices flagged as having experimental hardware support
Jonathan Gray
2019-07-29
drm/i915: Fix I915_EXEC_RING_MASK
Jonathan Gray
2019-07-27
drm/edid: parse CEA blocks embedded in DisplayID
Jonathan Gray
2019-07-25
Remove old unused drm_debug_flag var and make drm_debug (used by
Jonathan Gray
2019-07-25
Remove old DRM_READMEMORYBARRIER() DRM_WRITEMEMORYBARRIER() and
Jonathan Gray
2019-07-25
remove some unused macros
Jonathan Gray
2019-07-20
Get rid of `ddb_is_active' instead use `db_active'.
Martin Pieuchot
2019-07-15
add PCI_BUS_NUM()
Jonathan Gray
2019-07-15
Add dmi functions used by drm_panel_orientation_quirks.c and enable
Jonathan Gray
2019-07-11
include linux/string.h so drm_panel_orientation_quirks.c can get the
Jonathan Gray
2019-07-10
Implement Linux kthread interfaces.
Mark Kettenis
2019-07-09
add dma_fence_wait_any_timeout() required for parts of amdgpu
Jonathan Gray
2019-07-04
drm/amdgpu: simplify Raven, Raven2, and Picasso handling
Jonathan Gray
2019-07-04
drm/amdgpu: add picasso to asic_type enum
Jonathan Gray
2019-07-04
Make seqlock_init() take an IPL argument so the engine stats lock which
Jonathan Gray
2019-07-02
Use IPL_TTY for locks used as arguments to spin_lock_irq() and
Jonathan Gray
2019-06-30
drm: add fallback override/firmware EDID modes workaround
Jonathan Gray
2019-06-11
drm: don't block fb changes for async plane updates
Jonathan Gray
2019-06-09
Let drm(4) allocate memory without constraints if the hardware supports
Mark Kettenis
2019-06-04
Move a function used as a callback out of a header so there will only be
Jonathan Gray
2019-05-21
add amdgpu from linux 4.19.44 for recent AMD Radeon parts
Jonathan Gray
2019-05-13
add in_irq() in_interrupt() in_task()
Jonathan Gray
2019-05-13
add idr_is_empty()
Jonathan Gray
2019-05-12
remove unused STUB definition
Jonathan Gray
[next]