summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2013-04-17Another round of reducing diffs with Linux code.Mark Kettenis
2013-04-16spelling errors; Diego CasatiTheo de Raadt
2013-04-15Get rid of various 'typedef struct' definitions and use plain structureMarcus Glocker
2013-04-14Take a different approach towards framebuffer accelartion. Instead of usingMark Kettenis
2013-04-14Be sure to turn hsync/vsync back on at crt enable (v2)Jonathan Gray
2013-04-14add some acer quirks from linux 3.8.7Jonathan Gray
2013-04-12Now we can handle bitbanging enable the fallback method of gettingJonathan Gray
2013-04-10Fix various glitches in queue macro usage.Philip Guenther
2013-04-08A few changes that reduce the diffs to the Linux code. Mostly style issues,Mark Kettenis
2013-04-08Fix typo in ale_stop_mac().Brad Smith
2013-04-08Use the fixed pixel clock for eDP in intel_dp_set_m_n()Jonathan Gray
2013-04-08Don't clobber crtc->fb when queue_flip failsJonathan Gray
2013-04-07check BGE_SGDIG_STS when the chip is NOT a 5717 A0, like freebsd.David Gwynne
2013-04-05Even though Sandy Bridge and Ivy Bridge have stolen memory, substracting itMark Kettenis
2013-04-05move the bounds check for execbuffer relocation count closer to linuxJonathan Gray
2013-04-04regenBrad Smith
2013-04-04Add Broadcom BCM5717C, BCM5725, BCM5727, BCM5762 PCI ids.Brad Smith
2013-04-04The intel_dp_i2c_aux_ch() function has to return Linux-style negative errnoMark Kettenis
2013-04-03Return ENOENT instead of EBADF if looking up a gem object fails.Mark Kettenis
2013-04-03Fix a typo in the bge_ape_lock_init() function.Brad Smith
2013-04-03move i915_gem_find_inactive_object() into i915_gem_evict.cJonathan Gray
2013-04-03fix EDID detailed timing frame rateJonathan Gray
2013-04-03fix EDID detailed timing vsync parsingJonathan Gray
2013-04-03match linux 3.8.5 and backout the 'try to train DP even harder' commitJonathan Gray
2013-04-02- Have the tht(4) ioctl handler for SIOCSIFFLAGS set ENETRESETBrad Smith
2013-04-02Set the IFF_ALLMULTI flag as appropriate.Brad Smith
2013-04-02Remove Evergreen ids people have incorrectly added to radeondrm.Jonathan Gray
2013-04-01Rewrite receive filter and ioctl handling code.Brad Smith
2013-03-31Resort to I2C bit-banging on the SDVO port like Linux does. Using GMBUS simplyMark Kettenis
2013-03-31Unbreak the build on amd64 by making sure that inteldrm pulls in the genericMark Kettenis
2013-03-31Add bit banging support.Mark Kettenis
2013-03-31Let the DDC "proxy" functions call the high-level I2C functions insteadMark Kettenis
2013-03-30Fix i2c_algo_dp_aux_exec() such that it handles all transactions needed byMark Kettenis
2013-03-30Two fixes to intel_sdvo_write_cmd():Mark Kettenis
2013-03-30If the ws_{get|set}_param hooks are set, use those for brightness controlMark Kettenis
2013-03-30Fix intel gmbus i2c code. Not all transactions were handled correctly, andMark Kettenis
2013-03-30Remove debug printf that causes problems with framebuffer acceleration whenMark Kettenis
2013-03-30go back to the old method of execbuffer pinningJonathan Gray
2013-03-29reduce the diff to linux in i915_gem_get/set_tilingJonathan Gray
2013-03-29release the i2c bus in the error paths of fetching an edidJonathan Gray
2013-03-28as DRM_LOG_KMS is called with partial lines make it a simple printfJonathan Gray
2013-03-28add support for relaxed deltasJonathan Gray
2013-03-28Add missing locking in i915_gem_retire_work_handler() and callMark Kettenis
2013-03-28Reduce diffs with Linux now that we have i915_enable_hangcheck.Mark Kettenis
2013-03-28Call intel_mark_busy() in the right place, and call intel_mark_fb_busy()Mark Kettenis
2013-03-28Add i915_enable_hangcheck parameter.Mark Kettenis
2013-03-28Let mii_attach() know where the PHY is located instead of scanningBrad Smith
2013-03-28add i915_gem_execbuffer_reserve_object and friends and moveJonathan Gray
2013-03-28add i915_gem_execbuffer_reserve_object and friends and moveJonathan Gray
2013-03-28add the ioctls to get/set the caching level of a buffer objectJonathan Gray