summaryrefslogtreecommitdiff
path: root/sys/dev/pci/drm
AgeCommit message (Expand)Author
2015-11-01Bring in some commits from Rodrigo Vivi in linux to correctJonathan Gray
2015-11-01drm/i915/bdw: enable eDRAM.Jonathan Gray
2015-11-01drm/i915: Fix and clean BDW PCH identificationJonathan Gray
2015-10-30Fix interaction between inteldrm(4) and efifb(4). If we were booted by UEFIMark Kettenis
2015-10-29Make inteldrm(4) attach to pci(4) instead of vga(4) just like radeondrm(4).Mark Kettenis
2015-10-23Fix uvm_object reference counting. While these reference counts aren't reaalyMark Kettenis
2015-10-19Enable some code that does power management magic.Mark Kettenis
2015-10-18Backport another Broadwell fix from Linux 3.15Mark Kettenis
2015-10-17Fix the code that sets up the MCH BAR on systems where the (buggy) BIOSMark Kettenis
2015-10-08Implement set_pages_array_wb() and set_pages_array_wc() for powerpc. SinceMark Kettenis
2015-10-07In i915_gem_fault(), move the "out" label after the switch state such that weMark Kettenis
2015-09-30I missed an #ifdef notyet when enabling the aliasing ppgtt code.Mark Kettenis
2015-09-28The Linux code that handles the DPMS mode for inteldrm(4) can sleep now.Mark Kettenis
2015-09-28remove duplicate entry caused by the "Quanta Transcode" deviceJonathan Gray
2015-09-28Remove the "Quanta Transcode" device from the list of supported hardware.Mark Kettenis
2015-09-27Enable monitor hot plugging for the framebuffer console.Mark Kettenis
2015-09-27Use drm_fb_helper_restore_fbdev_mode() to restore the wscons framebufferMark Kettenis
2015-09-27Switch remaining users of the FreeBSD refcount apis back to the originalJonathan Gray
2015-09-26Try a little bit harder to clean up if attaching inteldrm(4) fails.Mark Kettenis
2015-09-26Update drm_irq.c to the version from Linux 3.14.52.Mark Kettenis
2015-09-26Apparently Valleyview / Bay Trail has 32-bit BARs, so fetch the type insteadMark Kettenis
2015-09-26Make the PPGTT code work. Seems to fix the caching issues on Broadwell.Mark Kettenis
2015-09-25Apparently 0 is not a power of 2 (despite <sys/param.h> claiming that it is).Mark Kettenis
2015-09-253.14 backports of some Broadwell fixes fromJonathan Gray
2015-09-25Disable IPS for now. Identified by jsg@ as the cause for the unsynchedMark Kettenis
2015-09-25Now that waitqueue_active() actually works, enable the WARN_ON that uses it.Mark Kettenis
2015-09-24Enable MSIs on hardware that supports it. On the Thinkpad X1, the APIC pinMark Kettenis
2015-09-24Properly implement waitqueue_active(). Gets rid of spuriousMark Kettenis
2015-09-24The devlist awk script didn't pickup the broadwell ids as they areJonathan Gray
2015-09-23Update inteldrm to the code from Linux 3.14.52 (which corresponds toMark Kettenis
2015-09-06We actually need an interrupt-safe allocator here, as we call pool_put()Mark Kettenis
2015-07-16Introduce a Linux compatible wait_event API and use it in the inteldrm code.Mark Kettenis
2015-07-15add some definitions from libdrm 2.4.62Jonathan Gray
2015-07-11Make use of recent drm_linux.h additions to further reduce theJonathan Gray
2015-06-28Read the lower 16-bits of the GCFGC "double word". Potentially fixes issuesMark Kettenis
2015-06-26Add Linux completion API and use it.Mark Kettenis
2015-06-24#undef HZ before defining it such that compiling a kernel with -DHZ=xxx works.Mark Kettenis
2015-06-24Linux jiffies and OpenBSD ticks are the same thing.Mark Kettenis
2015-06-24Introduce Linux work queue APIs and use them. As a side-effect, this willMark Kettenis
2015-06-22Flush out another small diff to reduce the diffs with Linux.Mark Kettenis
2015-06-04Switch intel_gmbus_is_port_valid and intel_gmbus_is_forced_bit fromJonathan Gray
2015-06-04use mallocarray instead of malloc in drm_callocJonathan Gray
2015-05-30DRMDEBUG not DRM_DEBUG. From frantisek holop.Jonathan Gray
2015-05-05fix a return path that lacked a rw_exit_write() callJonathan Gray
2015-04-19Enable the REG_READ ioctl. A whitelist is used to allowJonathan Gray
2015-04-18another round of reducing the diff to linuxJonathan Gray
2015-04-18define and use trace macrosJonathan Gray
2015-04-18Remove some unused debug functions. If we're interested inJonathan Gray
2015-04-18add and use module param macrosJonathan Gray
2015-04-17Make drm ioctls table driven. Further reduces the diff to linux.Jonathan Gray