summaryrefslogtreecommitdiff
path: root/sys/dev/pci/drm
AgeCommit message (Expand)Author
2014-01-24drm/radeon: Fix VRAM size calculation for VRAM >= 4GBJonathan Gray
2014-01-24drm/radeon: disable tests/benchmarks if accel is disabledJonathan Gray
2014-01-24drm/radeon: fix asic gfx values for scrapper asicsJonathan Gray
2014-01-24drm/radeon: fix typo in cu_per_sh on verdeJonathan Gray
2014-01-24drm/radeon/si: fix define for MC_SEQ_TRAIN_WAKEUP_CNTLJonathan Gray
2014-01-24drm: fix a use-after-free when GPU acceleration disabledJonathan Gray
2014-01-24drm/i915: Move num_pipes to intel infoJonathan Gray
2014-01-24drm/i915: quirk no PCH_PWM_ENABLE for Dell XPS13 backlightJonathan Gray
2014-01-24drm/i915: ivb: fix edp voltage swing reg valJonathan Gray
2014-01-24drm/i915: fix up ring cleanup for the i830/i845 CS tlb w/aJonathan Gray
2014-01-24add some HAS_DDI() conversions that were missed in the earlier commitJonathan Gray
2014-01-24drm/i915: add more VLV IDsJonathan Gray
2014-01-23drm/i915: don't intel_crt_init on any ULT machinesJonathan Gray
2014-01-23drm/i915: add HAS_DDI checkJonathan Gray
2014-01-23drm/i915: Preserve the DDI_A_4_LANES bit from the biosJonathan Gray
2014-01-23drm/i915: don't setup hdmi for port D edp in ddi_initJonathan Gray
2014-01-23drm/i915: rename sdvox_reg to hdmi_reg on HDMI contextJonathan Gray
2014-01-23Switch radeondrm(4) to MSI on the cards that support it.Mark Kettenis
2014-01-23drm/i915: Revert hdmi HDP pin checksJonathan Gray
2014-01-23drm/radeon/atom: initialize more atom interpretor elements to 0Jonathan Gray
2014-01-23drm/radeon/atom: workaround vbios bug in transmitter table on rs780Jonathan Gray
2014-01-23drm/radeon/atom: workaround vbios bug in transmitter table on rs880 (v2)Jonathan Gray
2014-01-23drm/radeon: Fix sideport problems on certain RS690 boardsJonathan Gray
2014-01-23drm/radeon: fix resume on some rs4xx boards (v2)Jonathan Gray
2014-01-22drm/edid: add quirk for BPC in Samsung NP700G7A-S01PL notebookJonathan Gray
2014-01-22drm/i915: No LVDS hardware on Intel D410PT and D425KTJonathan Gray
2014-01-22drm/i915: quirk away phantom LVDS on Intel's D525MW mainboardJonathan Gray
2014-01-22drm/i915: quirk away phantom LVDS on Intel's D510MO mainboardJonathan Gray
2014-01-22add DMI_EXACT_MATCH macro, handled the same as DMI_MATCH for nowJonathan Gray
2014-01-22drm/edid: add quirk for Medion MD30217PGJonathan Gray
2014-01-22Provide inline dummy implementations of drm_sysfs_connector_add() andMark Kettenis
2014-01-22bring inteldrm back up after resume using DVACT_WAKEUP (non-cold, ableTheo de Raadt
2014-01-22Use DIV_ROUND_UP instead of howmany to reduce the diffs with Linux.Mark Kettenis
2014-01-21Use Linux compat functions to do kernel memory allocations in the bits of codeMark Kettenis
2014-01-21Add kmalloc/kcalloc/kzalloc/kfree Linux compat functions.Mark Kettenis
2014-01-21Use PTR_ERR where appropriate instead of a plain cast.Mark Kettenis
2014-01-21oops, missed oneMark Kettenis
2014-01-21Change a couple of #if 0 into #ifdef __linx__ or #ifdef notyet.Mark Kettenis
2014-01-21Use ARRAY_SIZE() instead of nitems() to reduce diffs with Linux.Mark Kettenis
2014-01-20Do the resume work from DVACT_WAKEUP. There is far too much code, and itMark Kettenis
2014-01-20drm_activate() serves no purpose; ok kettenisTheo de Raadt
2014-01-18Update the drm headers based on libdrm 2.4.51Jonathan Gray
2014-01-09Fix the burner method, here the cookie is a pointer to rasops_info.Martin Pieuchot
2013-12-22Try to keep the framebuffer console layout that was set up by the firmwareMark Kettenis
2013-12-22Use the rasops_info struct as the accesscookie for wsdisplay. Simplifies theMark Kettenis
2013-12-21Advertise that we provide monotonic timestamps.Mark Kettenis
2013-12-21i915_gem_mmap_ioctl() should return a Linux-style negative errno value.Mark Kettenis
2013-12-21Fix locking in the page fault handler. A (somewhat malicious) userlandMark Kettenis
2013-12-16Switch generic drm modesetting code over to Linux-style negative errnoMark Kettenis
2013-12-15Fix error handling of ->fb_create() call. Prevents kernel panic if anMark Kettenis