summaryrefslogtreecommitdiff
path: root/sys/dev/pci/drm
AgeCommit message (Expand)Author
2014-02-15drm/i915: fix DDI PLLs HW state readout codeJonathan Gray
2014-02-13Some Linux i915 drm "fast" path code relies on being able to "disable" pageMark Kettenis
2014-02-13Make sure we copy out the right amount of data in the various copyout() callsMark Kettenis
2014-02-13drm/i915: prefer VBT modes for SVDO-LVDS over EDIDJonathan Gray
2014-02-13drm/i915/sdvo: Use &intel_sdvo->ddc instead of intel_sdvo->i2c for DDC.Jonathan Gray
2014-02-10drm/ttm: Fix memory type compatibility checkJonathan Gray
2014-02-10drm/ttm: Fix ttm_bo_move_memcpyJonathan Gray
2014-02-10drm/ttm: Handle in-memory region copiesJonathan Gray
2014-02-10drm/ttm: fix the tt_populated check in ttm_tt_destroy()Jonathan Gray
2014-02-10drm/radeon: expose render backend mask to the userspaceJonathan Gray
2014-02-10drm/radeon: fix render backend setup for SI and CIKJonathan Gray
2014-02-10drm/radeon/atom: fix bus probes when hw_i2c is set (v2)Jonathan Gray
2014-02-10radeon: workaround pinning failure on low ram gpuJonathan Gray
2014-02-10radeon/i2c: do not count reg index in number of i2c byte we are writing.Jonathan Gray
2014-02-10drm/radeon: don't share PPLLs on DCE4.1Jonathan Gray
2014-02-10drm/radeon: forever loop on error in radeon_do_test_moves()Jonathan Gray
2014-02-10drm/radeon: fix typo in CP DMA register headersJonathan Gray
2014-02-10drm/radeon: Make r100_cp_ring_info() and radeon_ring_gfx() safe (v2)Jonathan Gray
2014-02-10drm/radeon: fix panel scaling with eDP and LVDS bridgesJonathan Gray
2014-02-10drm/radeon/si: Add support for CP DMA to CS checker for compute v2Jonathan Gray
2014-02-10drm/radeon: fix handling of variable sized arrays for router objectsJonathan Gray
2014-02-10drm/radeon: fix LCD record parsingJonathan Gray
2014-02-10drm/radeon: fix endian bugs in hw i2c atom routinesJonathan Gray
2014-02-10drm/radeon: improve dac adjust heuristics for legacy pdacJonathan Gray
2014-02-10drm/radeon: Another card with wrong primary dac adjJonathan Gray
2014-02-10drm/radeon: fix endian issues with DP handling (v3)Jonathan Gray
2014-02-09drm/radeon: allow selection of alignment in the sub-allocatorJonathan Gray
2014-02-09drm/radeon: allocate SA bo in the requested domainJonathan Gray
2014-02-09drm/radeon/hdmi: make sure we have an afmt block assignedJonathan Gray
2014-02-09drm/radeon: update lockup tracking when scheduling in empty ringJonathan Gray
2014-02-09drm/radeon: do not try to uselessly update virtual memory pagetableJonathan Gray
2014-02-09drm/radeon: don't allow audio on DCE6Jonathan Gray
2014-02-09drm/radeon: fix card_posted check for newer asicsJonathan Gray
2014-02-09radeon: Fix system hang issue when using KMS with older cardsJonathan Gray
2014-02-09use linux style memory allocations in radeonJonathan Gray
2014-02-09use linux style memory allocations in ttmJonathan Gray
2014-02-09add some more linux compat functions for memory allocationJonathan Gray
2014-02-05We have WARN_ONCE now.Mark Kettenis
2014-02-05Do proper error handling in the fault handler. Fixes spurious SIGSEGVs asMark Kettenis
2014-02-04Add WARN_ONCE.Mark Kettenis
2014-02-02drm/i915: flush cursors harderJonathan Gray
2014-02-02Add missing DRM_UNLOCK() in error path.Mark Kettenis
2014-02-02drm/i915: Make data/link N value power of twoJonathan Gray
2014-02-02add min_t and div_u64 which will be used to reduce the diff to linuxJonathan Gray
2014-02-02drm/i915/dp: increase i2c-over-aux retry interval on AUX DEFERJonathan Gray
2014-02-02add a simple version of usleep_range() that DELAYs for the min valueJonathan Gray
2014-02-01drm/i915: Invalidate TLBs for the rings after a resetJonathan Gray
2014-01-30Get rid of the simple locks; they're lies. Also get rid of the holdingMark Kettenis
2014-01-24drm/i915: Only apply DPMS to the encoder if enabledJonathan Gray
2014-01-24drm/radeon: fixup bad vram size on SIJonathan Gray