dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-18 08:28:43 to 2019-11-18 17:14:31 UTC [more...]

[PATCH 0/6] drm/radeon: remove some set but not used variables
 2019-11-18 17:14 UTC  (3+ messages)

[PATCH v1] msm:disp:dpu1: setup display datapath for SC7180 target
 2019-11-18 17:08 UTC  (4+ messages)

[PATCH v3 01/13] drm/modes: parse_cmdline: Fix possible reference past end of string
 2019-11-18 16:56 UTC  (14+ messages)
` [PATCH v3 02/13] drm/modes: parse_cmdline: Make various char pointers const
` [PATCH v3 03/13] drm/modes: parse_cmdline: Stop parsing extras after bpp / refresh at ', '
` [PATCH v3 04/13] drm/modes: parse_cmdline: Accept extras directly after mode combined with options
` [PATCH v3 05/13] drm/modes: parse_cmdline: Rework drm_mode_parse_cmdline_options()
` [PATCH v3 06/13] drm/modes: parse_cmdline: Add freestanding argument to drm_mode_parse_cmdline_options()
` [PATCH v3 07/13] drm/modes: parse_cmdline: Set bpp/refresh_specified after successful parsing
` [PATCH v3 08/13] drm/modes: parse_cmdline: Allow specifying stand-alone options
` [PATCH v3 09/13] drm/modes: parse_cmdline: Add support for specifying panel_orientation (v2)
` [PATCH v3 10/13] drm/modes: parse_cmdline: Remove some unnecessary code (v2)
` [PATCH v3 11/13] drm/modes: parse_cmdline: Explicitly memset the passed in drm_cmdline_mode struct
` [PATCH v3 12/13] drm/connector: Split out orientation quirk detection (v2)
` [PATCH v3 13/13] drm/connector: Hookup the new drm_cmdline_mode panel_orientation member

[PATCH v2] drm/gem: Fix mmap fake offset handling for drm_gem_object_funcs.mmap
 2019-11-18 16:49 UTC  (12+ messages)

[PATCH 00/15] Retire dma_buf_k(un)map
 2019-11-18 16:43 UTC  (56+ 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 03/15] drm/i915: Remove dma_buf_kmap selftest
` [PATCH 04/15] staging/android/ion: delete dma_buf->kmap/unmap implemenation
` [PATCH 05/15] drm/armada: Delete dma_buf->k(un)map implemenation
` [PATCH 06/15] drm/i915: Drop dma_buf->k(un)map
` [PATCH 07/15] drm/omapdrm: "
` [PATCH 08/15] drm/tegra: Remove dma_buf->k(un)map
` [PATCH 09/15] dma-buf: Drop dma_buf_k(un)map
` [PATCH 10/15] drm/vmwgfx: Delete mmaping functions
` [PATCH 11/15] media/videobuf2: Drop dma_buf->k(un)map support
` [PATCH 12/15] drm/tee_shm: Drop dma_buf_k(unmap) support
` [PATCH 13/15] xen/gntdev-dmabuf: Ditch dummy map functions
  ` [Xen-devel] "
` [PATCH 14/15] sample/vfio-mdev/mbocs: Remove dma_buf_k(un)map support
` [PATCH 15/15] dma-buf: Remove kernel map/unmap hooks

[Bug 112308] Screen flickering with 4k resolution on Prairie Falcon
 2019-11-18 16:34 UTC  (2+ messages)

[PATCH 0/4] drm/msm/gpu: add support for ocmem interconnect
 2019-11-18 15:57 UTC  (13+ messages)
` [PATCH 1/4] dt-bindings: drm/msm/gpu: document second interconnect
` [PATCH 2/4] drm/msm/gpu: add support for ocmem interconnect path
  ` [Freedreno] "
` [PATCH 3/4] drm/msm/a3xx: set interconnect bandwidth vote
` [PATCH 4/4] drm/msm/a4xx: "

[PATCH V13 0/6] mdev based hardware virtio offloading support
 2019-11-18 15:45 UTC  (16+ messages)
` [PATCH V13 1/6] mdev: make mdev bus agnostic
` [PATCH V13 2/6] mdev: split out VFIO bus specific parent ops
` [PATCH V13 3/6] mdev: move to drivers/
` [PATCH V13 4/6] mdev: introduce mediated virtio bus
` [PATCH V13 5/6] virtio: introduce a mdev based transport
` [PATCH V13 6/6] docs: sample driver to demonstrate how to implement virtio-mdev framework

[PATCH v3 0/4] Genericize DW MIPI DSI bridge and add i.MX 6 driver
 2019-11-18 15:25 UTC  (9+ messages)
` [PATCH v3 1/4] drm: bridge: dw_mipi_dsi: access registers via a regmap
` [PATCH v3 2/4] drm: bridge: dw_mipi_dsi: abstract register access using reg_fields
` [PATCH v3 3/4] drm: imx: Add i.MX 6 MIPI DSI host driver
` [PATCH v3 4/4] dt-bindings: display: add IMX MIPI DSI host controller doc

drm core/helpers and MIT license
 2019-11-18 15:22 UTC  (3+ messages)

[Bug 112303] [LENOVO E595] Black screen on resume!
 2019-11-18 15:16 UTC  (2+ messages)

[Bug 205497] New: Attempt to read amd gpu id causes a freeze
 2019-11-18 15:13 UTC  (2+ messages)
` [Bug 205497] "

[Bug 111481] AMD Navi GPU frequent freezes on both Manjaro/Ubuntu with kernel 5.3 and mesa 19.2 -git/llvm9
 2019-11-18 15:11 UTC  (2+ messages)

[RFCv1 00/42] drm/omap: Convert DSI code to use drm_mipi_dsi and drm_panel
 2019-11-18 15:03 UTC  (10+ messages)
` [RFCv1 11/42] ARM: dts: omap: add channel to DSI panels
` [RFCv1 32/42] drm/omap: dsi: convert to drm_panel

[PATCH v2 01/13] drm/modes: parse_cmdline: Fix possible reference past end of string
 2019-11-18 14:26 UTC  (14+ messages)
` [PATCH v2 09/13] drm/modes: parse_cmdline: Add support for specifying panel_orientation (v2)
` [PATCH v2 10/13] drm/modes: parse_cmdline: Remove some unnecessary code (v2)
` [PATCH v2 11/13] drm/modes: parse_cmdline: Explicitly memset the passed in drm_cmdline_mode struct
  ` [drm/modes] 1ea4d22f11: BUG:kernel_NULL_pointer_dereference,address
` [PATCH v2 13/13] drm/connector: Hookup the new drm_cmdline_mode panel_orientation member

[PATCH v2 0/9] drm/nouveau: Various fixes for GP10B
 2019-11-18 13:44 UTC  (3+ messages)

[PATCH 0/3] MST BPC fixes for nouveau
 2019-11-18 13:41 UTC  (10+ messages)
` [PATCH 1/3] drm/nouveau/kms/nv50-: Call outp_atomic_check_view() before handling PBN
  ` [Nouveau] "
` [PATCH 2/3] drm/nouveau/kms/nv50-: Store the bpc we're using in nv50_head_atom
  ` [Nouveau] "
` [PATCH 3/3] drm/nouveau/kms/nv50-: Limit MST BPC to 8
  ` [Nouveau] "

[PATCH 0/2] drm/tegra: Use PTR_ERR_OR_ZERO() to simplify code
 2019-11-18 13:23 UTC  (4+ messages)
` [PATCH 1/2] drm/tegra: Use PTR_ERR_OR_ZERO() to simplify code in tegra_bo_dumb_create
` [PATCH 2/2] drm/tegra: Use PTR_ERR_OR_ZERO() to simplify code in tegra_gem_create

[PATCH] drm/mcde: dsi: Fix invalid pointer dereference if panel cannot be found
 2019-11-18 13:02 UTC 

[PATCH 0/5] drm/sun4i: Use PTR_ERR_OR_ZERO() to simplify code
 2019-11-18 13:00 UTC  (8+ messages)
` [PATCH 1/5] drm/sun4i: Use PTR_ERR_OR_ZERO() to simplify code in sun4i_hdmi_init_regmap_fields
` [PATCH 2/5] drm/sun4i: Use PTR_ERR_OR_ZERO() to simplify code in sun4i_tmds_create
` [PATCH 3/5] drm/sun4i: Use PTR_ERR_OR_ZERO() to simplify code in sun4i_dclk_create
` [PATCH 4/5] drm/sun4i: Use PTR_ERR_OR_ZERO() to simplify code in sun4i_ddc_create
` [PATCH 5/5] drm/sun4i: Use PTR_ERR_OR_ZERO() to simplify code in sun8i_phy_clk_create

[PATCH 0/4] drm/omap: dss: Use PTR_ERR_OR_ZERO() to simplify code
 2019-11-18 12:09 UTC  (7+ messages)
` [PATCH 1/4] drm/omap: dss: Use PTR_ERR_OR_ZERO() to simplify code in hdmi_audio_register
` [PATCH 2/4] drm/omap: dss: Use PTR_ERR_OR_ZERO() to simplify code in hdmi4_core_init
` [PATCH 3/4] drm/omap: dss: Use PTR_ERR_OR_ZERO() to simplify code in hdmi5_core_init
` [PATCH 4/4] drm/omap: dss: Use PTR_ERR_OR_ZERO() to simplify code in hdmi_phy_init

[PATCH v5 00/24] mm/gup: track dma-pinned pages: FOLL_PIN
 2019-11-18 11:58 UTC  (25+ messages)
` [PATCH v5 02/24] mm/gup: factor out duplicate code from four routines
` [PATCH v5 06/24] goldish_pipe: rename local pin_user_pages() routine
` [PATCH v5 07/24] IB/umem: use get_user_pages_fast() to pin DMA pages
` [PATCH v5 10/24] mm/gup: introduce pin_user_pages*() and FOLL_PIN
` [PATCH v5 11/24] goldish_pipe: convert to pin_user_pages() and put_user_page()
` [PATCH v5 13/24] mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote()
` [PATCH v5 15/24] fs/io_uring: set FOLL_PIN via pin_user_pages()
` [PATCH v5 17/24] mm/gup: track FOLL_PIN pages

[PATCH] video: ssd1307fb: add the missed regulator_disable
 2019-11-18 11:41 UTC 

[PATCH] drm/exynos: gsc: add missed component_del
 2019-11-18 11:39 UTC 

[PATCH V12 0/6] mdev based hardware virtio offloading support
 2019-11-18 10:56 UTC  (7+ messages)
` [PATCH V12 5/6] virtio: introduce a mdev based transport

[PATCH v1] msm:disp:dpu1: add support for display for SC7180 target
 2019-11-18 10:47 UTC 

[PATCH] MAINTAINERS: Remove myself from drm-misc entry
 2019-11-18 10:37 UTC  (2+ messages)

[PATCH V2 1/2] drm/edid: Add aspect ratios to HDMI 4K modes
 2019-11-18 10:18 UTC  (4+ messages)
  ` [PATCH V2 2/2] drm/edid: Add alternate clock for SMPTE 4K

[PATCH] drm/gma500: remove set but not used variable 'channel_eq'
 2019-11-18  9:53 UTC  (2+ messages)

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

[PATCH 0/2] Support CMDQ interface and control flow
 2019-11-18  9:34 UTC  (3+ messages)
` [PATCH 2/2] drm/mediatek: Apply CMDQ "

[PATCH] drm/amdgpu: remove not needed memset
 2019-11-18  9:00 UTC 

[PATCH] drm/amd/powerplay: remove variable 'result' set but not used
 2019-11-18  8:03 UTC  (6+ messages)
` [PATCH v2] drm/amd/powerplay: return errno code to caller when error occur

[PATCH] fbdev: s1d13xxxfb: add missed unregister_framebuffer in remove
 2019-11-18  8:09 UTC  (2+ messages)

[PATCH] drm/mediatek: Check return value of mtk_drm_ddp_comp_for_plane
 2019-11-18  6:18 UTC  (2+ messages)

[PATCH v2 1/1] drm: Prefer pcie_capability_read_word()
 2019-11-18  0:35 UTC  (2+ messages)

[PATCH] drm/amd/display: Fix error returned by program_hpd_filter
 2019-11-17 17:22 UTC  (2+ messages)

[PATCH v2] gpu: ipu-v3: prg: add missed operations in remove
 2019-11-18  8:09 UTC  (2+ messages)

[PATCH] drm/v3d: add missed pm_runtime_disable
 2019-11-18  2:47 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).