dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-10 22:58:42 to 2019-12-11 21:21:10 UTC [more...]

[PATCH 0/2] Add most basic function to support D77
 2019-12-11 17:29 UTC  (3+ messages)
` [PATCH 1/2] drm/komeda: Add basic support for D77

[PULL] drm-misc-fixes
 2019-12-11 21:21 UTC 

[PATCH 0/3] drm/nouveau: Support NVIDIA format modifiers
 2019-12-11 21:13 UTC  (6+ messages)
` [PATCH 1/3] drm/nouveau: Add format mod prop to base/ovly/nvdisp
` [PATCH 2/3] drm/nouveau: Check framebuffer size against bo
` [PATCH 3/3] drm/nouveau: Support NVIDIA format modifiers
  ` [Nouveau] "

[PATCH v3 00/50] drm/omap: Replace custom display drivers with drm_bridge and drm_panel
 2019-12-11 21:13 UTC  (37+ messages)
` [PATCH v3 04/50] drm/bridge: Add connector-related bridge operations and data
` [PATCH v3 06/50] drm/bridge: dumb-vga-dac: Rename internal symbols to simple-bridge
` [PATCH v3 16/50] drm: Add helper to create a connector for a chain of bridges
` [PATCH v3 18/50] drm/omap: dss: Cleanup DSS ports on initialisation failure
` [PATCH v3 19/50] drm/omap: Simplify HDMI mode and infoframe configuration
` [PATCH v3 20/50] drm/omap: Factor out display type to connector type conversion
` [PATCH v3 21/50] drm/omap: Use the drm_panel_bridge API
` [PATCH v3 22/50] drm/omap: dss: Fix output next device lookup in DT
` [PATCH v3 23/50] drm/omap: Add infrastructure to support drm_bridge local to DSS outputs
` [PATCH v3 24/50] drm/omap: dss: Make omap_dss_device_ops optional
` [PATCH v3 25/50] drm/omap: hdmi: Allocate EDID in the .read_edid() operation
` [PATCH v3 26/50] drm/omap: hdmi4: Rework EDID read to isolate data read
` [PATCH v3 29/50] drm/omap: hdmi5: Register a drm_bridge for EDID read
` [PATCH v3 30/50] drm/omap: hdmi4: Move mode set, enable and disable operations to bridge
` [PATCH v3 31/50] drm/omap: hdmi5: "
` [PATCH v3 32/50] drm/omap: hdmi4: Implement drm_bridge .hpd_notify() operation
` [PATCH v3 33/50] drm/omap: dss: Remove .set_hdmi_mode() and .set_infoframe() operations
` [PATCH v3 34/50] drm/omap: venc: Register a drm_bridge
` [PATCH v3 35/50] drm/omap: Create connector for bridges
` [PATCH v3 36/50] drm/omap: Switch the HDMI and VENC outputs to drm_bridge
` [PATCH v3 37/50] drm/omap: Remove HPD, detect and EDID omapdss operations
` [PATCH v3 38/50] drm/omap: hdmi: Remove omap_dss_device operations
` [PATCH v3 39/50] drm/omap: venc: "
` [PATCH v3 40/50] drm/omap: hdmi4: Simplify EDID read
` [PATCH v3 41/50] drm/omap: hdmi5: "
` [PATCH v3 42/50] drm/omap: dpi: Sort includes alphabetically
` [PATCH v3 43/50] drm/omap: dpi: Reorder functions in sections
` [PATCH v3 44/50] drm/omap: dpi: Simplify clock setting API
` [PATCH v3 45/50] drm/omap: dpi: Register a drm_bridge
` [PATCH v3 46/50] drm/omap: sdi: Sort includes alphabetically
` [PATCH v3 47/50] drm/omap: sdi: Register a drm_bridge
` [PATCH v3 48/50] drm/omap: dss: Remove unused omap_dss_device operations
` [PATCH v3 49/50] drm/omap: dss: Inline the omapdss_display_get() function
` [PATCH v3 50/50] drm/omap: dss: Remove unused omapdss_of_find_connected_device() function

[PATCH v3] drm: Generalized NV Block Linear DRM format mod
 2019-12-11 20:55 UTC 

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

[RESEND PATCH 1/5] drm/amdgpu: reverts commit b01245ff54db66073b104ac9d9fbefb7b264b36d
 2019-12-11 20:38 UTC  (5+ messages)
` [RESEND PATCH 2/5] drm: Add Reusable task barrier
` [RESEND PATCH 3/5] drm/amdgpu: Add task barrier to XGMI hive
` [RESEND PATCH 4/5] Subject: drm/amdgpu: Redo XGMI reset synchronization
` [RESEND PATCH 5/5] drm/amdgpu: Switch from system_highpri_wq to system_unbound_wq

[PATCH] drm/panel: Add Boe Himax8279d MIPI-DSI LCD panel
 2019-12-11 20:06 UTC  (2+ messages)

[PATCH 0/3] drm/vram-helper: Various cleanups
 2019-12-11 19:11 UTC  (5+ messages)
` [PATCH 1/3] drm/vram-helper: Remove interruptible flag from public interface
` [PATCH 2/3] drm/vram-helper: Remove BO device "
` [PATCH 3/3] drm/vram-helper: Support struct drm_driver.gem_create_object

[PATCH] drm/modes: Support video parameters with only reflect option
 2019-12-11 19:08 UTC  (5+ messages)

[PATCH 0/3] drm/virtio: some optimitations
 2019-12-11 19:03 UTC  (6+ messages)
` [PATCH 1/3] drm/virtio: skip set_scanout if framebuffer didn't change
` [PATCH 2/3] virtio-gpu: batch display update commands
` [PATCH 3/3] virtio-gpu: use damage info for display updates

Question about MSM Driver
 2019-12-11 17:52 UTC 

[PATCH 0/2] drm/i915/vlv_dsi: Control panel and backlight enable GPIOs on BYT
 2019-12-11 17:32 UTC  (7+ messages)
` [PATCH 2/2] "

[PATCH] drm: panel-orientation-quirks: Add quirk for Teclast X89 tablet
 2019-12-11 17:38 UTC  (2+ messages)

[PATCH v3 01/13] drm/modes: parse_cmdline: Fix possible reference past end of string
 2019-12-11 17:36 UTC  (3+ messages)
` [PATCH v3 12/13] drm/connector: Split out orientation quirk detection (v2)

[PATCH 0/3] drm/i915 / LPSS / mfd: Select correct PWM controller to use based on VBT
 2019-12-11 17:29 UTC  (4+ messages)
` [PATCH 2/3] mfd: intel_soc_pmic: Rename pwm_backlight pwm-lookup to pwm_pmic_backlight

[PATCH v3 0/2] drm/komeda: Add new product "D32" support
 2019-12-11 17:30 UTC  (3+ messages)
` [PATCH v3 2/2] drm/komeda: Enable new product D32 support

[PATCH] drm/komeda: Correct d71 register block counting
 2019-12-11 17:30 UTC  (2+ messages)

[PATCH] drm/dp_mst: clear time slots for ports invalid
 2019-12-11 16:36 UTC  (2+ messages)

[PATCH][next] drm/i915/display: remove duplicated assignment to pointer crtc_state
 2019-12-11 16:23 UTC  (2+ messages)

[PATCH][next] drm/i915: remove redundant checks for a null fb pointer
 2019-12-11 16:23 UTC  (2+ messages)

[PATCH v2] video: hdmi: indicate applicability in avi infoframe log
 2019-12-11 16:08 UTC  (2+ messages)

[PATCH libdrm v4] modetest: Use floating vrefresh while dumping mode
 2019-12-11 15:49 UTC  (2+ messages)

[PATCH] drm/edid: Increase size of VDB and CMDB bitmaps to 256 bits
 2019-12-11 15:40 UTC  (2+ messages)

[PATCH 5.3 073/105] drm: damage_helper: Fix race checking plane->state->fb
 2019-12-11 15:06 UTC 

[PATCH AUTOSEL 5.4 109/134] drm/amdgpu: Call find_vma under mmap_sem
 2019-12-11 15:11 UTC 

[PATCH 5.4 55/92] drm: damage_helper: Fix race checking plane->state->fb
 2019-12-11 15:05 UTC 

[PATCH] drm/gma500: globle no more!
 2019-12-11 13:53 UTC  (2+ messages)

[PATCH v2] drm/panfrost: Add the panfrost_gem_mapping concept
 2019-12-11 13:44 UTC  (3+ messages)

[PATCH v3 0/4] drm/virtio: fix mmap page attributes
 2019-12-11 13:21 UTC  (8+ messages)
` [PATCH v3 1/4] drm: add pgprot callback to drm_gem_object_funcs
` [PATCH v3 2/4] drm/shmem: add support for per object caching flags
` [PATCH v3 3/4] drm/virtio: fix mmap page attributes
` [PATCH v3 4/4] drm/udl: simplify gem object mapping

[PATCH v2 0/2] drm/virtio: fix mmap page attributes
 2019-12-11 13:18 UTC  (9+ messages)
` [PATCH v2 1/2] drm/shmem: add support for per object caching attributes
` [PATCH v2 2/2] drm/virtio: fix mmap page attributes

[PATCH v2] drm: Remove drm_bridge->dev
 2019-12-11 12:04 UTC 

[PATCH RFC 0/8] Add Unisoc's drm kms module
 2019-12-11 11:46 UTC  (16+ messages)
` [PATCH RFC 2/8] drm/sprd: add Unisoc's drm kms master
` [PATCH RFC 4/8] drm/sprd: add Unisoc's drm display controller driver

[PATCH v3 00/12] video, drm, etc: constify fbops in struct fb_info
 2019-12-11 11:11 UTC  (6+ messages)
` [PATCH v3 12/12] auxdisplay: constify fb ops

[PATCH v3 3/4] drm/edid: Throw away the dummy VIC 0 cea mode
 2019-12-11 11:07 UTC  (3+ messages)
` [v3,3/4] "

[PATCH] drm: Rename drm_bridge->dev to drm
 2019-12-11 11:01 UTC  (4+ messages)
` [PATCH] drm: remove drm_bridge->dev

[PATCH] drm/vmwgfx: prevent memory leak in vmw_context_define
 2019-12-11 10:20 UTC  (2+ messages)

[PATCH] drm/vmwgfx: prevent memory leak in vmw_cmdbuf_res_add
 2019-12-11 10:19 UTC  (4+ messages)

linux-next: build failure after merge of the drm-intel tree
 2019-12-11  9:31 UTC  (3+ messages)

[PATCH RESEND 0/4] drm: bridge: anx7688 and mux drivers
 2019-12-11  6:19 UTC  (5+ messages)
` [PATCH RESEND 1/4] dt-bindings: drm/bridge: analogix-anx7688: Add ANX7688 transmitter binding
` [PATCH RESEND 2/4] drm: bridge: anx7688: Add anx7688 bridge driver support
` [PATCH RESEND 3/4] dt-bindings: drm/bridge: Add GPIO display mux binding
` [PATCH RESEND 4/4] drm: bridge: Generic GPIO mux driver

[PATCH 0/5] fixes for atmel-hlcdc
 2019-12-10 17:22 UTC  (9+ messages)
` [PATCH 1/5] drm: atmel-hlcdc: use double rate for pixel clock only if supported
` [PATCH 2/5] drm: atmel-hlcdc: enable clock before configuring timing engine
` [PATCH 3/5] mfd: atmel-hlcdc: return in case of error
` [PATCH 4/5] Revert "drm/atmel-hlcdc: allow selecting a higher pixel-clock than requested"
` [PATCH 5/5] Revert "drm: atmel-hlcdc: enable sys_clk during initalization."

[PATCH v2 1/6] dt-bindings: display/ingenic: Add compatible string for JZ4770
 2019-12-10 14:41 UTC  (6+ messages)
` [PATCH v2 2/6] gpu/drm: ingenic: Avoid null pointer deference in plane atomic update
` [PATCH v2 3/6] gpu/drm: ingenic: Use the plane's src_[x, y] to configure DMA length
` [PATCH v2 4/6] gpu/drm: ingenic: Set max FB height to 4095
` [PATCH v2 5/6] gpu/drm: ingenic: Check for display size in CRTC atomic check
` [PATCH v2 6/6] gpu/drm: ingenic: Add support for the JZ4770

[PATCH v3 1/4] drm/edid: Abstract away cea_edid_modes[]
 2019-12-10 23:06 UTC  (2+ messages)
  ` [v3,1/4] "

[PATCH v5 0/4] IT6505 cover letter
 2019-12-10 19:14 UTC  (3+ messages)
` [PATCH v5 2/4] Revert "drm/tegra: Move drm_dp_link helpers to Tegra DRM"

[PATCH] drm/edid: Add modes from CTA-861-G
 2019-12-10 22:06 UTC  (8+ messages)

[PATCH] drm/nouveau: Fix memory leak in nouveau_bo_alloc
 2019-12-11  2:32 UTC  (4+ messages)

BUG: unable to handle kernel paging request in sys_imageblit
 2019-12-10 16:38 UTC 

[PATCH] drm/edid: fixup EDID 1.3 and 1.4 judge reduced-blanking timings logic
 2019-12-11  3:47 UTC  (3+ messages)

[PATCH RESEND 0/4] drm: bridge: anx7688 and an optional feature
 2019-12-11  6:34 UTC  (9+ messages)
` [PATCH RESEND 1/4] dt-bindings: drm/bridge: analogix-anx7688: Add ANX7688 transmitter binding
` [PATCH RESEND 3/4] dt-bindings: drm/bridge: analogix-anx78xx: support bypass GPIO

KASAN: slab-out-of-bounds Read in bit_putcs
 2019-12-10 12:59 UTC  (2+ messages)

[PATCH v2] drm/amd/display: Reduce HDMI pixel encoding if max clock is exceeded
 2019-12-10 18:59 UTC  (2+ messages)

[PATCH v3 2/4] drm/edid: Add CTA-861-G modes with VIC >= 193
 2019-12-10 23:16 UTC  (2+ messages)
` [v3,2/4] "

[PATCH v3 4/4] drm/edid: Make sure the CEA mode arrays have the correct amount of modes
 2019-12-10 23:20 UTC  (2+ messages)
` [v3,4/4] "

[PATCH v8 0/2] drm: bridge: Add NWL MIPI DSI host controller support
 2019-12-10 16:34 UTC  (3+ messages)
` [PATCH v8 2/2] drm/bridge: "

KASAN: vmalloc-out-of-bounds Write in sys_imageblit
 2019-12-10 16:38 UTC 

[PATCH] drm/modes: tag unused variables to avoid warnings
 2019-12-10 10:24 UTC 

[PATCH] drm/virtio: fix mmap page attributes
 2019-12-11  8:15 UTC  (4+ messages)

[Intel-gfx][PATCH] drm/i915/display: cleanup intel_bw_state on i915 module removal
 2019-12-11  6:40 UTC  (3+ messages)
` [Intel-gfx] [PATCH] "

[PATCH v8 00/26] mm/gup: track dma-pinned pages: FOLL_PIN
 2019-12-11  0:49 UTC  (11+ messages)
` [PATCH v8 20/26] powerpc: book3s64: convert to pin_user_pages() and put_user_page()
` [PATCH v8 23/26] mm/gup: pass flags arg to __gup_device_* functions
` [PATCH v8 24/26] mm/gup: track FOLL_PIN pages

[Bug 204241] New: amdgpu fails to resume from suspend
 2019-12-11  0:39 UTC  (3+ messages)
` [Bug 204241] "

[PATCH] drm/drm_panel: fix EXPORT of drm_panel_of_backlight
 2019-12-11  0:23 UTC  (3+ messages)

[PATCH] backlight: corgi: Convert to use GPIO descriptors
 2019-12-10 23:20 UTC  (3+ messages)

[PATCH RESEND] drm/msm/adreno: Do not print error on "qcom, gpu-pwrlevels" absence
 2019-12-10 23:11 UTC 


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