summaryrefslogtreecommitdiff
path: root/sys/dev/pci/drm
AgeCommit message (Expand)Author
2017-09-05Add additional errno values required by POSIX.Jonathan Gray
2017-09-03drm/i915: fix compiler warning in drivers/gpu/drm/i915/intel_uncore.cJonathan Gray
2017-09-03drm/atomic: If the atomic check fails, return its value firstJonathan Gray
2017-09-03drm: Release driver tracking before making the object available againJonathan Gray
2017-08-19Rotate framebuffer (counter-clockwise) when width < height.Mark Kettenis
2017-08-14drm/mst: Avoid processing partially received up/down message transactionsJonathan Gray
2017-08-14drm/mst: Avoid dereferencing a NULL mstb in drm_dp_mst_handle_up_req()Jonathan Gray
2017-08-14drm/mst: Fix error handling during MST sideband message receptionJonathan Gray
2017-08-14Make the vga_client_register() stub available to all archs to unbreakJonathan Gray
2017-08-12Provide a stub implementation for request_irq() and free_irq().Martin Pieuchot
2017-08-12Always provide _mtx_* APIs, the use those to simplify the WITNESS wrappersPhilip Guenther
2017-08-12Fix copy/paste error, CID 1453558.Martin Pieuchot
2017-08-10Add glue for passing through file+line when WITNESS is enabledPhilip Guenther
2017-07-27Initialize pools with correct sizes.Martin Pieuchot
2017-07-22Introduce jiffies, a volatile unsigned long version of our ticks variableMark Kettenis
2017-07-19Implement drm_pci_alloc() and drm_pci_free() and use them to reduce theMark Kettenis
2017-07-19Implement the enter_ddb() "accessop" here as well.Mark Kettenis
2017-07-19Add a enter_ddb() "accessop" to wsdisplay(4) to allow KMS drivers to bypassMark Kettenis
2017-07-18Remove stray whitespace.Mark Kettenis
2017-07-17Implement a proper hash table instead of lumping evrything into a singleMark Kettenis
2017-07-15Disable the has_audio pipe config check. We don't manage the HDMI/DP audioMark Kettenis
2017-07-14Add some more i2c glue to reduce the diffs to Linux.Mark Kettenis
2017-07-12Add a "Backlight" property to connectors with an associated backlightMark Kettenis
2017-07-08Remove duplicate typedesf that are now provided by linux_types.h.Mark Kettenis
2017-07-07You win some, you los some. The Linux 4.4 code is still sub-standard butMark Kettenis
2017-07-06sync the list of pci devices which don't require apertureJonathan Gray
2017-07-05Fix native/raw backlight support in inteldrm(4).Mark Kettenis
2017-07-04Ignore entries with specific PCI subvendor/subdevice such that we don'tMark Kettenis
2017-07-03merge error, revealed by clang; ok kettenis@Christian Weisgerber
2017-07-02Enable MIPI/DSI support for inteldrm(4). Makes the display on my ASUSMark Kettenis
2017-07-01Update inteldrm(4) to code based on Linux 4.4.70. This brings us support forMark Kettenis
2017-07-01Update inteldrm(4) to code based on Linux 4.4.70. This brings us support forMark Kettenis
2017-07-01Update inteldrm(4) to code based on Linux 4.4.70. This brings us support forMark Kettenis
2017-06-22Fix another ;; in sys/devTom Cosgrove
2017-06-19Add a handler for the WSDISPLAYIO_GINFO ioctl in radeondrm, allowingFrederic Cambus
2017-06-19Add a handler for the WSDISPLAYIO_GINFO ioctl in inteldrm, allowingFrederic Cambus
2017-06-04Switch the radeondrm(4) driver over to TTM using the new DRM VMA manager.Mark Kettenis
2017-06-04Switch the TTM code over to the generic DRM VMA manager.Mark Kettenis
2017-05-26The Linux code really isn't up to the same standard as our other code, andMark Kettenis
2017-05-25tweak sparc64 membars as a step toward making them usable in userland.David Gwynne
2017-05-21Enable radeondrm(4) on loongson to get accelerated graphicsVisa Hankala
2017-04-20Tweak lock inits to make the system runnable with witness(4)Visa Hankala
2017-04-16Always evaluate expression in BUG_ON() macro to avoid unused variableAlexander Bluhm
2017-03-07Setup backlight pwm alternate increment on backlight enableJoshua Stein
2017-01-24Use header <sys/atomic.h> rather than <machine/atomic.h> in MI code.Visa Hankala
2017-01-08Display color depth alongside resolution when attaching inteldrm andFrederic Cambus
2016-12-24Remove some unused variables that have been removed upstream as well.Mark Kettenis
2016-12-24Put a bit more unused code under #ifdef notyet to prevent a clang warning.Mark Kettenis
2016-12-20Fix compiler warnings generated by clang. This matches upstream commitMark Kettenis
2016-12-01Add noop drm SET_MASTER and DROP_MASTER ioctls. This will allowJonathan Gray