summaryrefslogtreecommitdiff
path: root/sys/dev/pci/drm
AgeCommit message (Expand)Author
2014-10-25Don't attempt to suspend/resume a partially attached drm(4) driver.Mark Kettenis
2014-10-08Remove the i830/i845 pipe A force quirks, matching changesJonathan Gray
2014-09-24fix the build when DRMDEBUG is definedJonathan Gray
2014-09-23Make use of the red-black tree as the original Linux code did insteadJonathan Gray
2014-09-20Make another fast path properly atomic.Mark Kettenis
2014-09-20On i386, agp_map_subregion might sleep, which is not allowed in some ofMark Kettenis
2014-09-13Replace all queue *_END macro calls except CIRCLEQ_END with NULL.Doug Hogan
2014-08-14add some definitions from libdrm 2.4.56Jonathan Gray
2014-08-08drm/radeon: fix typo in radeon_connector_is_dp12_capable()Jonathan Gray
2014-08-08drm/radeon/dp: fix lane/clock setup for dp 1.2 capable devicesJonathan Gray
2014-08-08drm/radeon/atom: fix dithering on certain panelsJonathan Gray
2014-08-08drm/radeon: only apply hdmi bpc pll flags when encoder mode is hdmiJonathan Gray
2014-07-12regenJonathan Gray
2014-07-12missed the trailing digitJonathan Gray
2014-07-12Print a line in dmesg to indicate if the aperture driver isJonathan Gray
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2014-07-12remove ifdef'd out valleyview/baytrail device listsJonathan Gray
2014-07-06drm/radeon: avoid segfault on device open when accel is not working.Jonathan Gray
2014-07-06drm/radeon: handle non-VGA class pci devices with ATRMJonathan Gray
2014-07-06drm/radeon: also try GART for CPU accessed buffersJonathan Gray
2014-07-03Get clocks from Open Firmware on macppc and sparc64.Mark Kettenis
2014-07-02Use real parameter types for u{dv,vn}_attach() instead of void *Matthew Dempsky
2014-06-28Add the userland facing drm header for nouveau.Jonathan Gray
2014-06-21drm/i915: Break encoder->crtc link separately in intel_sanitize_crtc()Jonathan Gray
2014-06-21drm/radeon/si: make sure mc ucode is loaded before checking the sizeJonathan Gray
2014-06-21drm/radeon: memory leak on bo reservation failure. v2Jonathan Gray
2014-06-20sf@ pointed out that atom.c defines a DEBUG macro that takes arguments,Jonathan Gray
2014-06-19drm/i915: fix lane bandwidth capping for DP 1.2 sinksJonathan Gray
2014-06-19drm/i915: kill intel_dp_link_clock()Jonathan Gray
2014-05-24Barriers for mips64Miod Vallat
2014-05-12Move GTT management for Sandy Bridge and up into inteldrm(4). This makesMark Kettenis
2014-05-03drm/radeon: call drm_edid_to_eld when we update the edidJonathan Gray
2014-05-03Skip intel_crt_init for Dell XPS 8700Jonathan Gray
2014-05-03drm/i915/tv: fix gen4 composite s-video tv-outJonathan Gray
2014-05-03drm/i915: quirk invert brightness for Acer Aspire 5336Jonathan Gray
2014-04-12drm/ttm: don't oops if no invalidate_caches()Jonathan Gray
2014-04-12drm/radeon/atom: select the proper number of lanes in transmitter setupJonathan Gray
2014-04-12drm/radeon: TTM must be init with cpu-visible VRAM, v2Jonathan Gray
2014-04-11sync with libdrm 2.4.53Jonathan Gray
2014-04-07reduce the diff to linux for drm pci vid/pid testsJonathan Gray
2014-04-01Move some duplicated code implementing Linux compatibility APIs and stick itMark Kettenis
2014-03-30drm/radeon: disable pll sharing for DP on DCE4.1Jonathan Gray
2014-03-30drm/radeon: fix missing bo reservationJonathan Gray
2014-03-30drm/i915/dp: add native aux defer retry limitJonathan Gray
2014-03-30drm/i915/dp: increase native aux defer retry timeoutJonathan Gray
2014-03-30drm/i915: Prevent MI_DISPLAY_FLIP straddling two cachelines on IVBJonathan Gray
2014-03-30drm/i915: Add intel_ring_cachline_align()Jonathan Gray
2014-03-30correct the value of DRM_MAJOR for non i386 platformsJonathan Gray
2014-03-28Reduce uvm include madness. Use <uvm/uvm_extern.h> instead ofMartin Pieuchot
2014-03-26No need to include <sys/lock.h> when only <sys/rwlock.h> is needed,Martin Pieuchot