=============== GPU RFC Section =============== For complex work, especially new uapi, it is often good to nail the high level design issues before getting lost in the code details. This section is meant to host such documentation: * Each RFC should be a section in this file, explaining the goal and main design considerations. Especially for uapi make sure you Cc: all relevant project mailing lists and involved people outside of dri-devel. * For uapi structures add a file to this directory with and then pull the kerneldoc in like with real uapi headers. * Once the code has landed move all the documentation to the right places in the main core, helper or driver sections. .. toctree:: gpusvm.rst .. toctree:: i915_gem_lmem.rst .. toctree:: i915_scheduler.rst .. toctree:: i915_small_bar.rst .. toctree:: i915_vm_bind.rst ption> Hosts the 0x221E linux distro kernel.Ubuntu
summaryrefslogtreecommitdiff
path: root/include/drm
AgeCommit message (Expand)Author
2019-03-08Merge tag 'drm-next-2019-03-06' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2019-03-06Merge tag 'char-misc-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-03-06Merge tag 'asm-generic-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-03-05Merge tag 'drm-misc-fixes-2019-02-22' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2019-02-20Merge https://gitlab.freedesktop.org/drm/msm into drm-nextDave Airlie
2019-02-18drm/audio: declaration of struct deviceRamalingam C
2019-02-18drm: tweak header nameMichael S. Tsirkin
2019-02-18Merge v5.0-rc7 into drm-nextDave Airlie
2019-02-15drm: helper functions for hdcp2 seq_num to from u32Ramalingam C
2019-02-15drm/i915: MEI interface definitionRamalingam C
2019-02-15drm/i915: header for i915 - MEI_HDCP interfaceRamalingam C
2019-02-15drm/i915: enum port definition is moved into i915_drm.hRamalingam C
2019-02-13drm: annotate drm_core_check_feature() dev arg. as constEmil Velikov
2019-02-11Merge drm/drm-next into drm-misc-nextMaxime Ripard
2019-02-08drm/dsc: Add kernel documentation for DRM DP DSC helpersManasi Navare
2019-02-08i915/snd_hdac: I915 subcomponent for the snd_hdacDaniel Vetter
2019-02-07drm: remove drmP.h from drm_modeset_helper.hSam Ravnborg
2019-02-07drm: Nuke drm_calc_{h,v}scale_relaxed()Ville Syrjälä
2019-02-06drm: disable uncached DMA optimization for ARM and arm64Ard Biesheuvel
2019-02-05drm/atomic: Add drm_atomic_state->duplicatedLyude Paul
2019-02-05drm: add definitions for DP Audio/Video compliance testsChandan Uddaraju
2019-02-04drm: Trivial comment grammar cleanupsMatt Roper
2019-02-04Merge tag 'drm-intel-next-2019-02-02' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2019-02-04Merge branch 'drm-next-5.1' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie
2019-02-04Merge tag 'drm-misc-next-2019-02-01' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2019-02-01drm/bridge: dw-hdmi: Add SCDC and TMDS Scrambling supportNeil Armstrong
2019-02-01Merge tag 'drm-intel-next-2019-01-24' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2019-02-01Merge branch 'drm-next-5.1' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie
2019-01-31drm/i915/cfl: Adding another PCI Device ID.Rodrigo Vivi
2019-01-30drm/dp/mst: Provide better debugs for NAK repliesVille Syrjälä
2019-01-30drm/dp/mst: Provide defines for ACK vs. NAK reply typeVille Syrjälä
2019-01-29drm: Constify drm_color_lut_check()Ville Syrjälä
2019-01-29Merge drm/drm-next into drm-intel-next-queuedRodrigo Vivi
2019-01-29drm/irq: Ditch DRIVER_IRQ_SHAREDDaniel Vetter
2019-01-29drm: Switch DRIVER_ flags to an enumDaniel Vetter
2019-01-29drm/doc: Add a warning to drm_dev_is_unpluggedDaniel Vetter
2019-01-28drm/ttm: Remove ttm_bo_reference and ttm_bo_unrefThomas Zimmermann
2019-01-25drm/sched: Rework HW fence processing.Andrey Grodzovsky
2019-01-25drm/sched: Refactor ring mirror list handling.Andrey Grodzovsky
2019-01-25drm/ttm: add lru notify to bo driver v2Chunming Zhou