summaryrefslogtreecommitdiff
path: root/sys/dev/pci/drm/i915
AgeCommit message (Expand)Author
2020-03-26print platform name and gen in early inteldrm attachJonathan Gray
2020-03-14drm/i915: Don't try to use the hardware frame counter with i965gm TV outputJonathan Gray
2020-03-05The local_clock_us() function needs microsecond resolution so implement itMark Kettenis
2020-02-18Cleanup <sys/kthread.h> and <sys/proc.h> includes.Martin Pieuchot
2020-01-30Split `p_priority' into `p_runpri' and `p_slppri'.Martin Pieuchot
2020-01-17drm/i915: Fix use-after-free when destroying GEM contextJonathan Gray
2020-01-15drm/i915/gen9: Clear residual context state on context switchJonathan Gray
2019-12-26implement unregister_shrinker()Jonathan Gray
2019-12-25WSDISPLAYIO_GTYPE is u_int not intJonathan Gray
2019-12-25Hook up the shrinker for inteldrm(4). This is a "light" version that onlyMark Kettenis
2019-12-02drm/i915/userptr: Try to acquire the page lock around set_page_dirty()Jonathan Gray
2019-11-13drm/i915/cmdparser: Fix jump whitelist clearingJonathan Gray
2019-11-13drm/i915/gen8+: Add RC6 CTX corruption WAJonathan Gray
2019-11-13drm/i915: Lower RM timeout to avoid DSI hard hangsJonathan Gray
2019-11-13drm/i915/cmdparser: Ignore Length operands during command matchingJonathan Gray
2019-11-13drm/i915/cmdparser: Add support for backward jumpsJonathan Gray
2019-11-13drm/i915/cmdparser: Use explicit goto for error pathsJonathan Gray
2019-11-13drm/i915: Add gen9 BCS cmdparsingJonathan Gray
2019-11-13drm/i915: Allow parsing of unsized batchesJonathan Gray
2019-11-13drm/i915: Support ro ppgtt mapped cmdparser shadow buffersJonathan Gray
2019-11-13drm/i915: Add support for mandatory cmdparsingJonathan Gray
2019-11-13drm/i915: Remove Master tables from cmdparserJonathan Gray
2019-11-13drm/i915: Disable Secure Batches for gen6+Jonathan Gray
2019-11-13drm/i915: Rename gen7 cmdparser tablesJonathan Gray
2019-10-13Move ws_get_param/ws_set_param into wsdisplay code.Mark Kettenis
2019-10-04Re-enable call to intel_hpd_poll_init() in vlv_display_power_well_deinit().Jonathan Gray
2019-09-16drm/i915: Make sure cdclk is high enough for DP audio on VLV/CHVJonathan Gray
2019-09-16drm/i915: Sanity check mmap length against object sizeJonathan Gray
2019-09-16drm/i915: Handle vm_mmap error during I915_GEM_MMAP ioctl with WC setJonathan Gray
2019-09-16drm/i915: Cleanup gt powerstate from gemJonathan Gray
2019-09-16drm/i915: Restore sane defaults for KMS on GEM error loadJonathan Gray
2019-09-16drm/i915: Rename PLANE_CTL_DECOMPRESSION_ENABLEJonathan Gray
2019-09-16drm/i915: Fix intel_dp_mst_best_encoder()Jonathan Gray
2019-09-16drm/i915: Re-apply "Perform link quality check, unconditionally during long p...Jonathan Gray
2019-09-07drm/i915: Call dma_set_max_seg_size() in i915_driver_hw_probe()Jonathan Gray
2019-09-07drm/i915: Don't deballoon unused ggtt drm_mm_node in linux guestJonathan Gray
2019-09-07drm/i915: fix broadwell EU computationJonathan Gray
2019-09-02Release locks in error paths. Spotted by semarie@Mark Kettenis
2019-08-24sync devlistJonathan Gray
2019-08-24drm/i915/cml: Introduce Comet Lake PCHJonathan Gray
2019-08-24drm/i915/cml: Add CML PCI IDSJonathan Gray
2019-08-18Implement a few Linux compat ACPI interfaces and enable the ACPI supportMark Kettenis
2019-08-17drm/i915: Fix wrong escape clock divisor init for GLKJonathan Gray
2019-07-27Match linux path in i915_gem_mmap_ioctl() and change ggtt origin ifJonathan Gray
2019-07-17don't free dev_priv (softc) in i915_driver_load() error pathJonathan Gray
2019-07-15Replace local method of determining rasops rotation withJonathan Gray
2019-07-11drm/i915/dmc: protect against reading random memoryJonathan Gray
2019-07-10Implement Linux kthread interfaces.Mark Kettenis
2019-07-05Use multi-threaded task queues to prevent deadlocks in the case where aMark Kettenis
2019-07-04Make seqlock_init() take an IPL argument so the engine stats lock whichJonathan Gray