dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-13 01:49:16 to 2019-11-13 14:26:45 UTC [more...]

[PULL] drm-misc-fixes
 2019-11-13 14:26 UTC 

[PATCH] drm/sun4i: tcon: Set min division of TCON0_DCLK to 1
 2019-11-13 14:25 UTC  (2+ messages)

[PATCH hmm v3 00/14] Consolidate the mmu notifier interval_tree and locking
 2019-11-13 14:02 UTC  (35+ messages)
` [PATCH v3 01/14] mm/mmu_notifier: define the header pre-processor parts even if disabled
` [PATCH v3 02/14] mm/mmu_notifier: add an interval tree notifier
` [PATCH v3 03/14] mm/hmm: allow hmm_range to be used with a mmu_interval_notifier or hmm_mirror
` [PATCH v3 04/14] mm/hmm: define the pre-processor related parts of hmm.h even if disabled
` [PATCH v3 05/14] RDMA/odp: Use mmu_interval_notifier_insert()
` [PATCH v3 06/14] RDMA/hfi1: Use mmu_interval_notifier_insert for user_exp_rcv
` [PATCH v3 07/14] drm/radeon: use mmu_interval_notifier_insert
` [PATCH v3 08/14] nouveau: use mmu_notifier directly for invalidate_range_start
` [PATCH v3 09/14] nouveau: use mmu_interval_notifier instead of hmm_mirror
` [PATCH v3 10/14] drm/amdgpu: Call find_vma under mmap_sem
` [PATCH v3 11/14] drm/amdgpu: Use mmu_interval_insert instead of hmm_mirror
` [PATCH v3 12/14] drm/amdgpu: Use mmu_interval_notifier "
` [PATCH v3 13/14] mm/hmm: remove hmm_mirror and related
` [PATCH v3 14/14] xen/gntdev: use mmu_interval_notifier_insert

[PATCH] drm/ttm: fix mmap refcounting
 2019-11-13 13:56 UTC  (2+ messages)

[PATCH v2] drm/gem: Fix mmap fake offset handling for drm_gem_object_funcs.mmap
 2019-11-13 13:53 UTC  (20+ messages)

[PATCH] drm/bridge: ti-tfp410: switch to using fwnode_gpiod_get_index()
 2019-11-13 13:52 UTC  (6+ messages)

[PATCH v2 0/5] drm/komeda: Improve IRQ error event prints
 2019-11-13 13:43 UTC  (5+ messages)
` [PATCH v2 5/5] drm/komeda: add rate limiting disable to err_verbosity

[PATCH v7 0/7] drm: rcar-du: Add Color Management Module (CMM)
 2019-11-13 13:34 UTC  (10+ messages)
` [PATCH v7 1/7] dt-bindings: display: renesas,cmm: Add R-Car CMM documentation
` [PATCH v7 2/7] dt-bindings: display, renesas,du: Document cmms property
    ` [PATCH v7 2/7] dt-bindings: display, renesas, du: "
` [PATCH v7 3/7] drm: rcar-du: Add support for CMM
` [PATCH v7 4/7] drm: rcar-du: kms: Initialize CMM instances
` [PATCH v7 5/7] drm: rcar-du: crtc: Control CMM operations
` [PATCH v7 6/7] drm: rcar-du: crtc: Register GAMMA_LUT properties
` [PATCH v7 7/7] drm: rcar-du: kms: Expand comment in vsps parsing routine

[git pull] vmwgfx-coherent
 2019-11-13 13:16 UTC 

[PATCH v4 00/23] mm/gup: track dma-pinned pages: FOLL_PIN, FOLL_LONGTERM
 2019-11-13 13:02 UTC  (61+ messages)
` [PATCH v4 01/23] mm/gup: pass flags arg to __gup_device_* functions
` [PATCH v4 02/23] mm/gup: factor out duplicate code from four routines
` [PATCH v4 03/23] mm/gup: move try_get_compound_head() to top, fix minor issues
` [PATCH v4 04/23] mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pages
` [PATCH v4 05/23] goldish_pipe: rename local pin_user_pages() routine
` [PATCH v4 06/23] IB/umem: use get_user_pages_fast() to pin DMA pages
` [PATCH v4 07/23] media/v4l2-core: set pages dirty upon releasing DMA buffers
` [PATCH v4 08/23] vfio, mm: fix get_user_pages_remote() and FOLL_LONGTERM
` [PATCH v4 09/23] mm/gup: introduce pin_user_pages*() and FOLL_PIN
` [PATCH v4 10/23] goldish_pipe: convert to pin_user_pages() and put_user_page()
` [PATCH v4 11/23] IB/{core, hw, umem}: set FOLL_PIN, FOLL_LONGTERM via pin_longterm_pages*()
` [PATCH v4 12/23] mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote()
` [PATCH v4 13/23] drm/via: set FOLL_PIN via pin_user_pages_fast()
` [PATCH v4 14/23] fs/io_uring: set FOLL_PIN via pin_user_pages()
` [PATCH v4 15/23] net/xdp: "
` [PATCH v4 16/23] mm/gup: track FOLL_PIN pages
` [PATCH v4 17/23] media/v4l2-core: pin_longterm_pages (FOLL_PIN) and put_user_page() conversion
` [PATCH v4 18/23] vfio, mm: "
` [PATCH v4 19/23] powerpc: book3s64: convert to pin_longterm_pages() and put_user_page()
` [PATCH v4 20/23] mm/gup_benchmark: use proper FOLL_WRITE flags instead of hard-coding "1"
` [PATCH v4 21/23] mm/gup_benchmark: support pin_user_pages() and related calls
` [PATCH v4 22/23] selftests/vm: run_vmtests: invoke gup_benchmark with basic FOLL_PIN coverage
` [PATCH v4 23/23] mm/gup: remove support for gup(FOLL_LONGTERM)

[PATCH 0/7] various '-Wunused-but-set-variable' gcc warning fixes
 2019-11-13 12:44 UTC  (8+ messages)
` [PATCH 1/7] drm/amdgpu: remove set but not used variable 'mc_shared_chmap' from 'gfx_v6_0.c' and 'gfx_v7_0.c'
` [PATCH 2/7] drm/amdgpu: remove set but not used variable 'amdgpu_connector'
` [PATCH 3/7] drm/amdgpu: remove set but not used variable 'count'
` [PATCH 4/7] drm/amdgpu: remove set but not used variable 'invalid'
` [PATCH 5/7] drm/amd/powerplay: remove set but not used variable 'threshold'
` [PATCH 6/7] drm/amd/powerplay: remove set but not used variable 'state'
` [PATCH 7/7] drm/amd/powerplay: remove set but not used variable 'us_mvdd'

[PATCH v4 0/3] drm/udl: Replace fbdev by generic emulation
 2019-11-13 11:52 UTC  (4+ messages)
` [PATCH v4 1/3] drm/udl: Replace fbdev code with "
` [PATCH v4 2/3] drm/fb-helper: Remove drm_fb_helper_unlink_fbi()
` [PATCH v4 3/3] fbdev: Unexport unlink_framebuffer()

[PATCH v3 00/23] mm/gup: track dma-pinned pages: FOLL_PIN, FOLL_LONGTERM
 2019-11-13 11:43 UTC  (27+ messages)
` [PATCH v3 08/23] vfio, mm: fix get_user_pages_remote() and FOLL_LONGTERM
` [PATCH v3 11/23] IB/{core, hw, umem}: set FOLL_PIN, FOLL_LONGTERM via pin_longterm_pages*()
  ` [PATCH v3 11/23] IB/{core,hw,umem}: "

[PATCH 0/4] drm/udl: Replace fbdev by generic emulation
 2019-11-13 11:41 UTC  (11+ messages)
` [PATCH 1/4] drm/udl: Replace fbdev code with "

[PATCH 1/2] drm/arm: Factor out generic afbc helpers
 2019-11-13 11:39 UTC  (6+ messages)
` [PATCHv2 0/4] AFBC support for Rockchip
  ` [PATCHv2 3/4] drm/komeda: use afbc helpers

[PATCH][next] backlight: qcom-wled: fix spelling mistake "trigged" -> "triggered"
 2019-11-13 11:32 UTC  (3+ messages)

[GIT PULL] drm/arc: Minor improvements
 2019-11-13 11:30 UTC  (2+ messages)

[PATCH] drm/msm/mdp5: enable autocommit
 2019-11-13 11:23 UTC  (5+ messages)

[PATCH 0/5] debugfs: Remove casts in debugfs_create_*() callers
 2019-11-13 11:02 UTC  (4+ messages)
` [PATCH 4/5] power: avs: smartreflex: Remove superfluous cast in debugfs_create_file() call

[PATCH] drm/gma500: Fixup fbdev stolen size usage evaluation
 2019-11-13 10:04 UTC  (5+ messages)

[PATCH] drm/vmwgfx: Use dma-coherent memory for high-bandwidth port messaging
 2019-11-13  9:51 UTC  (3+ messages)
` [PATCH] drm/vmwgfx: Use coherent memory if there are dma mapping size restrictions
` [PATCH] drm/vmwgfx: remove set but not used variable 'srf'

[PATCH] video: fbdev: atyfb: only use ioremap_uc() on i386 and ia64
 2019-11-13  9:31 UTC  (10+ messages)

[PATCH] drm/bridge: anx6345: Fix compilation breakage on systems without CONFIG_OF
 2019-11-13  9:01 UTC  (3+ messages)

Drm: mgag200. Video adapter issue with 5.4.0-rc3 ; no graphics
 2019-11-13  8:17 UTC  (12+ messages)

[PATCH] drm/komeda: Fix komeda driver build error
 2019-11-13  8:05 UTC  (3+ messages)

[PATCH] drm/print: add DRM_DEV_WARN macro
 2019-11-13  4:38 UTC  (5+ messages)

[RESEND PATCH 1/2] drm: bridge: adv7511: Enable SPDIF DAI
 2019-11-12 13:34 UTC  (4+ messages)
` [RESEND PATCH 2/2] drm: bridge: adv7511: Extend list of audio sample rates

[PATCH] drm: Add support for integrated privacy screens
 2019-11-12 19:12 UTC  (7+ messages)
` [PATCH v2 1/3] drm/i915: Move the code to populate ACPI device ID into intel_acpi
  ` [PATCH v2 3/3] drm/i915: Add support for integrated privacy screens

[PATCH] drm/vmwgfx: remove set but not used variable 'srf'
 2019-11-13  3:08 UTC  (3+ messages)

[RESEND PATCH] drm: bridge: adv7511: Fix low refresh rate register for ADV7533/5
 2019-11-12 13:39 UTC  (2+ messages)
` [RESEND] "

[PATCH] drm/virtgpu: fix double unregistration
 2019-11-12 11:03 UTC  (4+ messages)

[PATCH] drm/dp_mst: Fix W=1 warnings
 2019-11-12 12:39 UTC  (2+ messages)

drm/msm: 'pp done time out' errors after async commit changes
 2019-11-12 10:54 UTC  (12+ messages)
` [Freedreno] "

[PATCH] drm/amd/powerplay: remove variable 'result' set but not used warning
 2019-11-12 12:58 UTC  (2+ messages)

[Bug 112254] DRM>> video not playing
 2019-11-13  5:08 UTC  (2+ messages)

[PATCH libdrm 1/4] tests/amdgpu: add dispatch hang test
 2019-11-13  4:58 UTC  (4+ messages)
` [PATCH libdrm 2/4] tests/amdgpu: add bad slow dispatch test
` [PATCH libdrm 3/4] tests/amdgpu: add gfx ring draw hang test
` [PATCH libdrm 4/4] tests/amdgpu: add gfx ring bad slow draw test

[PATCH 09/12] drm/modes: parse_cmdline: Add support for specifying panel_orientation
 2019-11-13  3:50 UTC  (3+ messages)

[PATCH 2/7] dt-bindings: gpu: mali-midgard: Add Realtek RTD1295
 2019-11-13  3:21 UTC  (6+ messages)
` [PATCH 7/7] dt-bindings: gpu: arm-bifrost: Add Realtek RTD1619

[PATCH AUTOSEL 4.4 32/48] fbdev: sbuslib: use checked version of put_user()
 2019-11-13  2:01 UTC  (4+ messages)
` [PATCH AUTOSEL 4.4 33/48] fbdev: sbuslib: integer overflow in sbusfb_ioctl_helper()
` [PATCH AUTOSEL 4.4 36/48] backlight: lm3639: Unconditionally call led_classdev_unregister

[PATCH AUTOSEL 4.9 46/68] fbdev: sbuslib: use checked version of put_user()
 2019-11-13  1:59 UTC  (3+ messages)
` [PATCH AUTOSEL 4.9 47/68] fbdev: sbuslib: integer overflow in sbusfb_ioctl_helper()
` [PATCH AUTOSEL 4.9 52/68] backlight: lm3639: Unconditionally call led_classdev_unregister

[PATCH AUTOSEL 4.14 082/115] fbdev: sbuslib: use checked version of put_user()
 2019-11-13  1:55 UTC  (3+ messages)
` [PATCH AUTOSEL 4.14 083/115] fbdev: sbuslib: integer overflow in sbusfb_ioctl_helper()
` [PATCH AUTOSEL 4.14 089/115] backlight: lm3639: Unconditionally call led_classdev_unregister

[PATCH AUTOSEL 4.19 079/209] msm/gpu/a6xx: Force of_dma_configure to setup DMA for GMU
 2019-11-13  1:49 UTC  (9+ messages)
` [PATCH AUTOSEL 4.19 140/209] atmel_lcdfb: support native-mode display-timings
` [PATCH AUTOSEL 4.19 141/209] fbdev: sbuslib: use checked version of put_user()
` [PATCH AUTOSEL 4.19 142/209] fbdev: sbuslib: integer overflow in sbusfb_ioctl_helper()
` [PATCH AUTOSEL 4.19 143/209] fbdev: fix broken menu dependencies
` [PATCH AUTOSEL 4.19 160/209] backlight: lm3639: Unconditionally call led_classdev_unregister


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).