]> asedeno.scripts.mit.edu Git - linux.git/history - drivers
drm/modes: parse_cmdline: Stop parsing extras after bpp / refresh at ', '
[linux.git] / drivers /
2019-12-05 Sean Pauldrm/dp_mst: Clear all payload id tables downstream...
2019-12-05 Thomas Zimmermanndrm/mgag200: Debug-print unique revisions id on G200 SE
2019-12-05 Thomas Zimmermanndrm/mgag200: Call mgag200_driver_{load, unload}() befor...
2019-12-05 Thomas Zimmermanndrm/gma500: Call psb_driver_{load, unload}() before...
2019-12-05 Jani Nikulavideo: constify fb ops across all drivers
2019-12-05 Jani Nikulavideo: fbdev: intelfb: use const pointer for fb_ops
2019-12-05 Jani Nikuladrm: constify fb ops across all drivers
2019-12-05 Jani Nikulavideo: fbdev: uvesafb: modify the static fb_ops directly
2019-12-05 Jani Nikulavideo: fbdev: nvidia: modify the static fb_ops directly
2019-12-05 Jani Nikulavideo: fbdev: mb862xx: modify the static fb_ops directly
2019-12-05 Jani Nikulavideo: fbdev: atyfb: modify the static fb_ops directly
2019-12-05 Gurchetan Singhudmabuf: implement begin_cpu_access/end_cpu_access hooks
2019-12-05 Gurchetan Singhudmabuf: separate out creating/destroying scatter-table
2019-12-05 Gurchetan Singhudmabuf: add a pointer to the miscdevice in dma-buf...
2019-12-05 Gurchetan Singhudmabuf: use cache_sgt_mapping option
2019-12-05 Thomas Zimmermanndrm/via: Don't include <drm/drm_pci.h>
2019-12-05 Thomas Zimmermanndrm/tdfx: Don't include <drm/drm_pci.h>
2019-12-05 Thomas Zimmermanndrm/sis: Don't include <drm/drm_pci.h>
2019-12-05 Thomas Zimmermanndrm/savage: Don't include <drm/drm_pci.h>
2019-12-05 Thomas Zimmermanndrm/radeon: Don't include <drm/drm_pci.h>
2019-12-05 Thomas Zimmermanndrm/r128: Don't include <drm/drm_pci.h>
2019-12-05 Thomas Zimmermanndrm/mgag200: Don't include <drm/drm_pci.h>
2019-12-05 Thomas Zimmermanndrm/mga: Don't include <drm/drm_pci.h>
2019-12-05 Thomas Zimmermanndrm/i810: Don't include <drm/drm_pci.h>
2019-12-05 Thomas Zimmermanndrm/ast: Don't include <drm/drm_pci.h>
2019-12-05 Thomas Zimmermanndrm/pci: Hide legacy PCI functions from non-legacy code
2019-12-05 Thomas Zimmermanndrm/pci: Only build drm_pci.c if CONFIG_PCI is set
2019-12-03 Linus Walleijdrm/panel: rpi: Drop unused GPIO includes
2019-12-03 Benjamin Gaignarddrm/crtc-helper: drm_connector_get_single_encoder proto...
2019-12-03 Jani Nikulavideo: omapfb: use const pointer for fb_ops
2019-12-03 Jani Nikulavideo: fbmem: use const pointer for fb_ops
2019-12-03 Jani Nikulavideo: fbdev: vesafb: modify the static fb_ops directly
2019-12-03 Jani Nikulavideo: udlfb: don't restore fb_mmap after deferred...
2019-12-03 Jani Nikulavideo: smscufx: don't restore fb_mmap after deferred...
2019-12-03 Jani Nikuladrm/fb-helper: don't preserve fb_ops across deferred IO use
2019-12-03 Jani Nikulavideo: fb_defio: preserve user fb_ops
2019-12-02 Emil Velikovdrm: drop DRM_AUTH from PRIME_TO/FROM_HANDLE ioctls
2019-12-02 Emil Velikovdrm/panfrost: remove DRM_AUTH and respective comment
2019-12-02 Emil Velikovdrm: use correct dev node location in comment
2019-12-02 Boris Brezillondrm/exynos: Don't reset bridge->next
2019-12-01 Sam Ravnborgdrm/tegra: fix opencoded use of drm_panel_*
2019-12-01 Sam Ravnborgdrm/msm: fix opencoded use of drm_panel_*
2019-12-01 Sam Ravnborgdrm/exynos: fix opencoded use of drm_panel_*
2019-12-01 Sam Ravnborgdrm/exynos: fix opencoded use of drm_panel_*
2019-12-01 Colin Ian Kingdrm/panel: clean up indentation issue
2019-11-30 Adam Forddrm/panel: simple: Add Logic PD Type 28 display support
2019-11-29 Ville Syrjälädrm: Inline drm_color_lut_extract()
2019-11-29 Wayne Lindrm/edid: Add alternate clock for SMPTE 4K
2019-11-29 Wayne Lindrm/edid: Add aspect ratios to HDMI 4K modes
2019-11-29 Markus Elfringdrm/qxl: Complete exception handling in qxl_device_init()
2019-11-29 Daniel Vetterdrm/rockchip: Use drm_gem_fb_create_with_dirty
2019-11-28 Daniel Vetterdrm/rect: update kerneldoc for drm_rect_clip_scaled()
2019-11-28 Ville Syrjälädrm/selftests: Add drm_rect selftests
2019-11-28 Ville Syrjälädrm/rect: Keep the clipped dst rectangle in place
2019-11-28 Ville Syrjälädrm/rect: Keep the scaled clip bounded
2019-11-28 Ville Syrjälädrm/rect: Avoid division by zero
2019-11-28 Daniel Vetterdrm/fourcc: Fill out all block sizes for P210
2019-11-28 Daniel Vetterdrm/fourcc: Fill out all block sizes for P10/12/16
2019-11-27 Mihail Atanassovdrm/mediatek: Fix build break
2019-11-27 Andrey Grodzovskydrm/scheduler: Avoid accessing freed bad job.
2019-11-26 Maarten Lankhorstudmabuf: Remove deleted map/unmap handlers.
2019-11-26 Thomas Zimmermanndrm/udl: Replace struct udl_framebuffer with generic...
2019-11-26 Thomas Zimmermanndrm/udl: Call udl_handle_damage() with DRM framebuffer
2019-11-26 Thomas Zimmermanndrm/udl: Store active framebuffer in device structure
2019-11-26 Thomas Zimmermanndrm/udl: Remove udl implementation of GEM's free_object()
2019-11-26 Thomas Zimmermanndrm/udl: Unmap buffer object after damage update
2019-11-26 Daniel Vetterdrm/armada: Delete dma_buf->k(un)map implemenation
2019-11-25 Daniel Vetterxen/gntdev-dmabuf: Ditch dummy map functions
2019-11-25 Daniel Vetterdrm/tee_shm: Drop dma_buf_k(unmap) support
2019-11-25 Daniel Vettermedia/videobuf2: Drop dma_buf->k(un)map support
2019-11-25 Daniel Vetterdrm/vmwgfx: Delete mmaping functions
2019-11-25 Daniel Vetterdma-buf: Drop dma_buf_k(un)map
2019-11-25 Daniel Vetterdrm/tegra: Remove dma_buf->k(un)map
2019-11-25 Daniel Vetterdrm/omapdrm: Drop dma_buf->k(un)map
2019-11-25 Daniel Vetterdrm/i915: Drop dma_buf->k(un)map
2019-11-25 Daniel Vetterstaging/android/ion: delete dma_buf->kmap/unmap impleme...
2019-11-25 Daniel Vetterdrm/i915: Remove dma_buf_kmap selftest
2019-11-25 Daniel Vetterdrm/tegra: Delete host1x_bo_ops->k(un)map
2019-11-25 Daniel Vetterdrm/tegra: Map cmdbuf once for reloc processing
2019-11-25 Uma ShankarRevert "drm/fbdev: Fallback to non tiled mode if all...
2019-11-25 Thomas Zimmermanndrm/gma500: Remove struct psb_fbdev
2019-11-25 Thomas Zimmermanndrm/gma500: Store framebuffer in struct drm_fb_helper
2019-11-25 Thomas Zimmermanndrm/gma500: Pass struct drm_gem_object to framebuffer...
2019-11-25 Thomas Zimmermanndrm/gma500: Replace struct psb_framebuffer with struct...
2019-11-25 Thomas Zimmermanndrm/gma500: Remove field 'fbdev' from struct psb_frameb...
2019-11-25 Thomas Zimmermanndrm/gma500: Remove addr_space field from psb_framebuffer
2019-11-25 Krzysztof Kozlowskidrm/sun4i: Fix Kconfig indentation
2019-11-25 Krzysztof Kozlowskidrm/vc4: Fix Kconfig indentation
2019-11-24 Linus Walleijdrm/mcde: Do not needlessly logically and with 3
2019-11-24 Linus Walleijdrm/mcde: Reuse global DSI command defs
2019-11-22 Daniel Vetterdrm/mediatek: don't open-code drm_gem_fb_create
2019-11-21 Daniel Vetterdrm/msm: Don't init ww_mutec acquire ctx before needed
2019-11-21 Daniel Vetterdma-resv: Also prime acquire ctx for lockdep
2019-11-21 Daniel Vetterdrm/modeset: Prime modeset lock vs dma_resv
2019-11-20 Colin Ian Kingdrm/dp_mst: fix multiple frees of tx->bytes
2019-11-20 Krzysztof Kozlowskidrm/mgag200: Fix Kconfig indentation
2019-11-20 Krzysztof Kozlowskidrm/bridge: Fix Kconfig indentation
2019-11-20 Krzysztof Kozlowskidrm/lima: Fix Kconfig indentation
2019-11-20 Krzysztof Kozlowskidrm/nouveau: Fix Kconfig indentation
2019-11-20 Krzysztof Kozlowskidrm/omap: Fix Kconfig indentation
next