summaryrefslogtreecommitdiff
path: root/sys/dev/pci/drm
AgeCommit message (Expand)Author
2022-02-07Convert KVA allocation to km_alloc(9).Mark Kettenis
2022-02-03store root bridge data in softc before calling intel_init_stolen_res()Jonathan Gray
2022-02-03inteldrm now requires ttmJonathan Gray
2022-02-02drm/amd/display: Fix FP start/end for dcn30_internal_validate_bw.Jonathan Gray
2022-02-02drm/atomic: Add the crtc to affected crtc only if uapi.enable = trueJonathan Gray
2022-02-01call intel_init_stolen_res() lost in drm 5.7 updateJonathan Gray
2022-02-01get stolen memory base and size for gen 12Jonathan Gray
2022-02-01use unsigned long for length argument of linux copyin/copyout equivalentsJonathan Gray
2022-01-31enable the movntdqa version of drm_memcpy_from_wc()Jonathan Gray
2022-01-31define CONFIG_DRM_I915_USERFAULT_AUTOSUSPEND to reduce diff to linuxJonathan Gray
2022-01-31revert fb size workaround from amdgpu_gmc.c rev 1.3Jonathan Gray
2022-01-31unstub append_oa_sample()Jonathan Gray
2022-01-30unstub intel_gt_get_awake_time()Jonathan Gray
2022-01-30push stub down in __await_execution()Jonathan Gray
2022-01-29drm/amdgpu: Use correct VIEWPORT_DIMENSION for DCN2Jonathan Gray
2022-01-29drm/amd/display: reset dcn31 SMU mailbox on failuresJonathan Gray
2022-01-29drm/i915: Flush TLBs before releasing backing storeJonathan Gray
2022-01-27drm/radeon: fix error handling in radeon_driver_open_kmsJonathan Gray
2022-01-27drm/i915/display/ehl: Update voltage swing tableJonathan Gray
2022-01-27drm/amdgpu: don't do resets on APUs which don't support itJonathan Gray
2022-01-27drm/amd/display: Fix the uninitialized variable in enable_stream_features()Jonathan Gray
2022-01-27amdgpu/pm: Make sysfs pm attributes as read-only for VFsJonathan Gray
2022-01-27drm/amdgpu: fixup bad vram size on gmc v8Jonathan Gray
2022-01-27drm/amd/amdgpu: fix gmc bo pin count leak in SRIOVJonathan Gray
2022-01-27drm/amd/amdgpu: fix psp tmr bo pin count leak in SRIOVJonathan Gray
2022-01-27drm/amdkfd: Fix error handling in svm_range_addJonathan Gray
2022-01-27drm/amd/display: add else to avoid double destroy clk_mgrJonathan Gray
2022-01-27drm/amdgpu/display: set vblank_disable_immediate for DCJonathan Gray
2022-01-27drm/amd/display: check top_pipe_to_program pointerJonathan Gray
2022-01-27drm: panel-orientation-quirks: Add quirk for the Lenovo Yoga Book X91F/LJonathan Gray
2022-01-27drm/amd/display: Fix out of bounds access on DNC31 stream encoder regsJonathan Gray
2022-01-27drm/amd/display: Fix bug in debugfs crc_win_update entryJonathan Gray
2022-01-27drm/radeon/radeon_kms: Fix a NULL pointer dereference in radeon_driver_open_k...Jonathan Gray
2022-01-27drm/amdgpu: Fix a NULL pointer dereference in amdgpu_connector_lcd_native_mode()Jonathan Gray
2022-01-27drm/dp: Don't read back backlight mode in drm_edp_backlight_enable()Jonathan Gray
2022-01-27drm: fix null-ptr-deref in drm_dev_init_release()Jonathan Gray
2022-01-27drm/ttm: Put BO in its memory manager's lru listJonathan Gray
2022-01-27drop some local changes in an unused functionJonathan Gray
2022-01-27raise sched_engine lock mtx ipl to IPL_TTYJonathan Gray
2022-01-27raise mm obj_lock mtx ipl to IPL_TTYJonathan Gray
2022-01-27use process name for both thread and process nameJonathan Gray
2022-01-26implement might_alloc() using assertwaitok()Jonathan Gray
2022-01-26reduce diff to linux ggtt_probe_common()Jonathan Gray
2022-01-25reduce diff to linux shmem_create_from_object()Jonathan Gray
2022-01-25reduce diff to linux vm_fault_cpu()Jonathan Gray
2022-01-24sync dma-resv with linux-5.15.yJonathan Gray
2022-01-23move uao_reference() call before uvm_map()Jonathan Gray
2022-01-21release mtx before pool_get() in __xa_alloc()/__xa_store() whenJonathan Gray
2022-01-21sync kfd_ioctl.h with linux 5.15Jonathan Gray
2022-01-21move media-bus-format.h to match comment in drm_connector.cJonathan Gray