dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-25 09:15:43 to 2019-11-26 08:15:00 UTC [more...]

[PULL] drm-misc-fixes
 2019-11-25  9:43 UTC  (2+ messages)

[PATCH 0/4] Add support for SC7180 display
 2019-11-25 11:59 UTC  (10+ messages)
` [PATCH 2/4] msm:disp:dpu1: add support for display for SC7180 target
  ` [PATCH 1/4] dt-bindings: msm:disp: add sc7180 DPU variant
  ` [PATCH 3/4] msm:disp:dpu1: setup display datapath for SC7180 target
  ` [PATCH 4/4] msm:disp:dpu1: add mixer selection for display topology

[PATCH -next] drm/amd/powerplay: remove set but not used variable 'stretch_amount2'
 2019-11-25 15:16 UTC  (4+ messages)

[PATCH v3 0/8] ARM/MIPS: DTS: add child nodes describing the PVRSGX GPU present in some OMAP SoC and JZ4780 (and many more)
 2019-11-25 15:46 UTC  (7+ messages)
` [PATCH v3 8/8] MIPS: DTS: jz4780: add sgx gpu node

[PATCH v1] drm/mediatek: fix up 1440x900 dp display black screen issue
 2019-11-26  6:47 UTC  (2+ messages)

[RFC 00/13] drm/i915/svm: Add SVM support
 2019-11-25 21:29 UTC  (18+ messages)
` [RFC 03/13] drm/i915/svm: Runtime (RT) allocator support
    ` [Intel-gfx] "
` [RFC 06/13] drm/i915/svm: Page table mirroring support

[PATCH -next] drm/amd/display: remove set but not used variable 'msg_out'
 2019-11-25 15:15 UTC  (4+ messages)

[GIT PULL] Please pull hmm changes
 2019-11-25 20:42 UTC  (2+ messages)

[PATCH 0/4] Replace hibmc code with generic implmentation
 2019-11-26  7:41 UTC  (8+ messages)
` [PATCH 3/4] drm/hisilicon/hibmc: Implement hibmc_dumb_create() with generic helpers
` [PATCH 4/4] drm/hisilicon/hibmc: Export VRAM MM information to debugfs

[PATCH 0/4] drm/mgag200: Workaround HW bug with non-0 offset
 2019-11-26  7:25 UTC  (5+ messages)
` [PATCH 1/4] drm/mgag200: Extract device type from flags
` [PATCH 2/4] drm/mgag200: Store flags from PCI driver data in device structure
` [PATCH 3/4] drm/mgag200: Add workaround for HW that does not support 'startadd'
` [PATCH 4/4] drm/mgag200: Add module parameter to pin all buffers at offset 0

[PATCH libdrm v4] modetest: Add support for setting mode having floating vertical refresh rate
 2019-11-26  7:01 UTC  (4+ messages)

[PATCH 0/7] drm/mediatek: fix cursor issue and apply CMDQ in
 2019-11-26  6:29 UTC  (16+ messages)
` [PATCH 1/7] drm/mediatek: fix atomic_state reference counting
` [PATCH 2/7] drm/mediatek: put "event" in critical section
` [PATCH 3/7] drm/mediatek: use DRM core's atomic commit helper
` [PATCH 4/7] drm/mediatek: handle events when enabling/disabling crtc
` [PATCH 5/7] drm/mediatek: update cursors by using async atomic update
` [PATCH 6/7] drm/mediatek: support CMDQ interface in ddp component
` [PATCH 7/7] drm/mediatek: apply CMDQ control flow

[PATCH 1/5] udmabuf: use cache_sgt_mapping option
 2019-11-26  1:10 UTC  (5+ messages)
` [PATCH 2/5] udmabuf: allow userspace to set map attributes
` [PATCH 3/5] udmabuf: add a pointer to the miscdevice in dma-buf private data
` [PATCH 4/5] udmabuf: separate out creating/destroying scatter-table
` [PATCH 5/5] udmabuf: implement begin_cpu_access/end_cpu_access hooks

[PATCH 00/15] Retire dma_buf_k(un)map
 2019-11-26  0:35 UTC  (16+ messages)
` [PATCH 01/15] drm/tegra: Map cmdbuf once for reloc processing
` [PATCH 02/15] drm/tegra: Delete host1x_bo_ops->k(un)map
` [PATCH 05/15] drm/armada: Delete dma_buf->k(un)map implemenation
` [PATCH 08/15] drm/tegra: Remove dma_buf->k(un)map

[PATCH] drm: radeon: replace 0 with NULL
 2019-11-26  0:35 UTC 

[PATCH v4] drm/scheduler: Avoid accessing freed bad job
 2019-11-26  0:09 UTC  (6+ messages)

[PATCH v2 00/19] pin_user_pages(): reduced-risk series for Linux 5.5
 2019-11-25 23:10 UTC  (40+ messages)
` [PATCH v2 01/19] mm/gup: factor out duplicate code from four routines
` [PATCH v2 02/19] mm/gup: move try_get_compound_head() to top, fix minor issues
` [PATCH v2 03/19] mm: Cleanup __put_devmap_managed_page() vs ->page_free()
` [PATCH v2 04/19] goldish_pipe: rename local pin_user_pages() routine
` [PATCH v2 05/19] mm: fix get_user_pages_remote()'s handling of FOLL_LONGTERM
` [PATCH v2 06/19] vfio: fix FOLL_LONGTERM use, simplify get_user_pages_remote() call
` [PATCH v2 07/19] mm/gup: introduce pin_user_pages*() and FOLL_PIN
` [PATCH v2 08/19] goldish_pipe: convert to pin_user_pages() and put_user_page()
` [PATCH v2 09/19] IB/{core, hw, umem}: set FOLL_PIN via pin_user_pages*(), fix up ODP
` [PATCH v2 10/19] mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote()
` [PATCH v2 11/19] drm/via: set FOLL_PIN via pin_user_pages_fast()
` [PATCH v2 12/19] fs/io_uring: set FOLL_PIN via pin_user_pages()
` [PATCH v2 13/19] net/xdp: "
` [PATCH v2 14/19] media/v4l2-core: set pages dirty upon releasing DMA buffers
` [PATCH v2 15/19] media/v4l2-core: pin_user_pages (FOLL_PIN) and put_user_page() conversion
` [PATCH v2 16/19] vfio, mm: "
` [PATCH v2 17/19] powerpc: book3s64: convert to pin_user_pages() and put_user_page()
` [PATCH v2 18/19] mm/gup_benchmark: use proper FOLL_WRITE flags instead of hard-coding "1"
` [PATCH v2 19/19] mm, tree-wide: rename put_user_page*() to unpin_user_page*()

WARNING in md_ioctl
 2019-11-25 22:37 UTC 

[PATCH v3] drm: Add support for DP 1.4 Compliance edid corruption test 4.2.2.6
 2019-11-25 21:36 UTC  (4+ messages)
` [PATCH v4] "

[PATCH] Revert "drm/fbdev: Fallback to non tiled mode if all tiles not present"
 2019-11-25 21:20 UTC  (5+ messages)

[PATCH 00/19] pin_user_pages(): reduced-risk series for Linux 5.5
 2019-11-25 20:46 UTC  (5+ messages)
` [PATCH 17/19] powerpc: book3s64: convert to pin_user_pages() and put_user_page()

[PATCH 07/19] mm/gup: introduce pin_user_pages*() and FOLL_PIN
 2019-11-25 20:13 UTC  (4+ messages)

[PATCH] drm/edid: Add modes from CTA-861-G
 2019-11-25 19:10 UTC  (4+ messages)

[PATCH 0/5] drm/udl: Convert to GEM framebuffer helpers
 2019-11-25 18:39 UTC  (2+ messages)

[PATCH 0/7] drm: Random pile of core stuff
 2019-11-25 17:24 UTC  (9+ messages)
` [PATCH 3/7] drm: Extract page_flip_{internal, atomic}()
          ` [Intel-gfx] "

[Bug 205649] New: Daisy Chain (MST) Session Crash after Screen Lock Resume
 2019-11-25 17:23 UTC 

[PATCH v3 1/2] drm/sched: Avoid job cleanup if sched thread is parked
 2019-11-25 16:57 UTC  (7+ messages)
` [PATCH v3 2/2] drm/scheduler: Avoid accessing freed bad job

drm/edid: Add modes from CTA-861-G
 2019-11-25 16:17 UTC 

[PATCH] drm/radeon: remove redundant assignment to variable ret
 2019-11-25 14:57 UTC  (3+ messages)

[PATCH] drm/amdgpu: Ensure ret is always initialized when using SOC15_WAIT_ON_RREG
 2019-11-25 14:55 UTC  (3+ messages)

[PATCH] drm/amd/powerplay: remove redundant assignment to variables HiSidd and LoSidd
 2019-11-25 14:39 UTC  (2+ messages)

[PATCH] drm/amd/display: Use NULL for pointer assignment in copy_stream_update_to_stream
 2019-11-25 14:28 UTC  (3+ messages)

[PATCH] drm/amd: Fix Kconfig indentation
 2019-11-25 14:08 UTC  (4+ messages)

[PATCH 1/4] ARM: dts: am437x-gp-evm: add HDMI support
 2019-11-25 13:11 UTC  (8+ messages)
` [PATCH 2/4] ARM: dts: am437x-epos-evm: "
` [PATCH 3/4] ARM: dts: dra76-evm: add HDMI output
` [PATCH 4/4] ARM: dts: am57xx-idk-common: add HDMI to the common dtsi

[PATCH v2] video: hyperv: hyperv_fb: Use physical memory for fb on HyperV Gen 1 VMs
 2019-11-25 13:07 UTC  (3+ messages)

[Bug 110795] Unable to install on latest Ubuntu (19.04)
 2019-11-25 12:47 UTC  (2+ messages)

[PATCH v1 00/29] Introduce memory interconnect for NVIDIA Tegra SoCs
 2019-11-25 11:32 UTC  (6+ messages)
` [PATCH v1 08/29] dt-bindings: interconnect: tegra: Add initial IDs

[PATCH v4 00/13] Add LCD panel support to iwg20d
 2019-11-25 11:17 UTC  (14+ messages)
` [PATCH v4 10/13] ARM: dts: iwg20d-q7-common: Add LCD support
` [PATCH v4 11/13] ARM: shmobile_defconfig: Enable support for panels from EDT
` [PATCH v4 12/13] [HACK] drm/bridge: lvds-codec: Enforce device specific compatible strings

[PATCH v4] drm/bridge/synopsys: dsi: driver-specific configuration of phy timings
 2019-11-25 10:16 UTC 

[PATCH v3 RESEND] drm/bridge/synopsys: dsi: driver-specific configuration of phy timings
 2019-11-25 11:00 UTC  (3+ messages)

[PATCH] drm/tegra: vic: Export module device table
 2019-11-25 10:45 UTC  (3+ messages)

[Bug 108514] heavy screen flickering with Mobility Radeon X1600 and kernel version onwards 3.13
 2019-11-25  9:46 UTC  (2+ messages)
` [Bug 108514] heavy screen flickering with Mobility Radeon X1600 and kernel version 3.15rc2 onward

[PATCH 0/4] consistently use dma_resv locking wrappers
 2019-11-25  9:43 UTC  (8+ messages)
` [PATCH 1/4] drm/etnaviv: Use "
` [PATCH 2/4] drm/i915: "
  ` [PATCH 3/4] drm/msm: "
` [PATCH 4/4] drm/vc4: "

[Bug 201957] New: amdgpu: ring gfx timeout
 2019-11-25  9:43 UTC  (2+ messages)
` [Bug 201957] "

[PATCH 0/6] drm/gma500: Cleanup framebuffer and fbdev
 2019-11-25  9:38 UTC  (3+ messages)

nouveau on NV04 calling illegal method 02fc under fbcon
 2019-11-25  9:36 UTC  (3+ messages)

[PATCH v3] drm/bridge/synopsys: dsi: driver-specific configuration of phy timings
 2019-11-25  9:32 UTC  (2+ messages)

[PATCH] dma-buf: Fix memory leak in sync_file_merge()
 2019-11-25  9:22 UTC  (2+ messages)


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).