summaryrefslogtreecommitdiff
path: root/sys/dev/pci/drm
AgeCommit message (Expand)Author
2020-05-15drm/amdgpu: Change VCE booting with firmware loaded by PSPJonathan Gray
2020-05-15drm/amdgpu:change VEGA booting with firmware loaded by PSPJonathan Gray
2020-05-11drm/atomic: Take the atomic toys away from XJonathan Gray
2020-05-11drm/amdgpu: Fix oops when pp_funcs is unset in ACPI eventJonathan Gray
2020-05-11drm/amdgpu: Correctly initialize thermal controller for GPUs with Powerplay t...Jonathan Gray
2020-05-11drm/edid: Fix off-by-one in DispID DTD pixel clockJonathan Gray
2020-04-30Fix return value of dma_fence_wait(). Seems to fix occasionalMark Kettenis
2020-04-30drm/amd/display: Not doing optimize bandwidth if flip pending.Jonathan Gray
2020-04-23drm/amdkfd: kfree the wrong pointerJonathan Gray
2020-04-22drm/amd/powerplay: force the trim of the mclk dpm_levels if OD is enabledJonathan Gray
2020-04-18drm/dp_mst: Fix clearing payload state on topology disableJonathan Gray
2020-04-18Revert "drm/dp_mst: Remove VCPI while disabling topology mgr"Jonathan Gray
2020-04-17Fix an incorrect test for root in drm linux compatiblity code.Sebastian Benoit
2020-04-15drm_dp_mst_topology: fix broken drm_dp_sideband_parse_remote_dpcd_read()Jonathan Gray
2020-04-15drm/amdgpu: fix typo for vcn1 idle checkJonathan Gray
2020-04-15drm/amd/display: Add link_rate quirk for Apple 15" MBP 2017Jonathan Gray
2020-04-14Fix loop condition in sparc64-specific radeondrm_setcolor()Jeremie Courreges-Anglas
2020-04-12Turn those spinlock and seqlock inline functions to macrosJeremie Courreges-Anglas
2020-04-07Abstract the head of knote lists. This allows extending the lists,Visa Hankala
2020-04-03Revert "drm/dp_mst: Skip validating ports during destruction, just ref"Jonathan Gray
2020-03-26drm/amd/amdgpu: Fix GPR read from debugfs (v2)Jonathan Gray
2020-03-26drm/amd/display: fix dcc swath size calculations on dcn1Jonathan Gray
2020-03-26drm/amd/display: Clear link settings on MST disable connectorJonathan Gray
2020-03-26print platform name and gen in early inteldrm attachJonathan Gray
2020-03-21drm/amd/display: remove duplicated assignment to grph_obj_typeJonathan Gray
2020-03-16Replace video "framework" with a more generic port/endpoint "framework".Mark Kettenis
2020-03-15kthread_park() and kthread_stop() don't need PCATCH the linux API doesClaudio Jeker
2020-03-14drm/i915: Don't try to use the hardware frame counter with i965gm TV outputJonathan Gray
2020-03-06Release mutex before calling sleep_setup_signal() since this may stopMark Kettenis
2020-03-06amdgpu/gmc_v9: save/restore sdpif regs during S3Jonathan Gray
2020-03-05The local_clock_us() function needs microsecond resolution so implement itMark Kettenis
2020-03-04Properly implement the page fault handler for CMA GEM buffers and actuallyMark Kettenis
2020-03-03Clean up attachment of PCI drm(4) devices and make the PCI aspects optional.Mark Kettenis
2020-02-29drm/amdgpu/soc15: fix xclk for ravenJonathan Gray
2020-02-27drm/amdgpu/display: handle multiple numbers of fclks in dcn_calcs.c (v2)Jonathan Gray
2020-02-27drm/amdgpu/smu10: fix smu10_get_clock_by_type_with_voltageJonathan Gray
2020-02-27drm/amdgpu/smu10: fix smu10_get_clock_by_type_with_latencyJonathan Gray
2020-02-27radeon: insert 10ms sleep in dce5_crtc_load_lutJonathan Gray
2020-02-27drm/amd/display: fixup DML dependenciesJonathan Gray
2020-02-27drm/amdgpu: Ensure ret is always initialized when using SOC15_WAIT_ON_RREGJonathan Gray
2020-02-27drm/amdgpu: remove 4 set but not used variable in amdgpu_atombios_get_connect...Jonathan Gray
2020-02-27drm/amd/display: Retrain dongles when SINK_COUNT becomes non-zeroJonathan Gray
2020-02-21Add a DRM GEM CMA helper from NetBSD. Plenty of parts are stillPatrick Wildt
2020-02-20drm/amd: Add DM DMCU supportMark Kettenis
2020-02-20Implement request_firmware_direct().Mark Kettenis
2020-02-20drm/amd: Add PSP DMCU supportMark Kettenis
2020-02-20drm/amd: Add ucode DMCU supportMark Kettenis
2020-02-20Replace field f_isfd with field f_flags in struct filterops to allowVisa Hankala
2020-02-20In signal_pending_state() only test for pending signal whenJonathan Gray
2020-02-18Cleanup <sys/kthread.h> and <sys/proc.h> includes.Martin Pieuchot