dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-06-07 20:47:10 to 2018-06-11 03:26:52 UTC [more...]

[PATCH v5 00/28] Add support for mediatek SOC MT2712
 2018-06-11  3:26 UTC  (18+ messages)
` [PATCH 01/28] drm/mediatek: update dt-bindings for mt2712
` [PATCH 02/28] drm/mediatek: support maximum 64 mutex mod
` [PATCH 03/28] drm/mediatek: add ddp component AAL1
` [PATCH 04/28] drm/mediatek: add ddp component OD1
` [PATCH 05/28] drm/mediatek: add ddp component PWM1
` [PATCH 06/28] drm/mediatek: add ddp component PWM2
` [PATCH 07/28] drm/mediatek: add component DPI1
` [PATCH 08/28] drm/mediatek: add component DSI2
` [PATCH 11/28] drm/mediatek: add connection from RDMA0 to DPI0
` [PATCH 13/28] drm/mediatek: add connection from RDMA0 to DSI3
` [PATCH 17/28] drm/mediatek: add connection from RDMA1 "
` [PATCH 18/28] drm/mediatek: add connection from RDMA2 to DPI0
` [PATCH 21/28] drm/mediatek: add connection from RDMA2 to DSI2
` [PATCH 22/28] drm/mediatek: add connection from RDMA2 to DSI3
` [PATCH 23/28] drm/mediatek: add DPI1 support for mutex
` [PATCH 27/28] drm/mediatek: add third ddp path
` [PATCH 28/28] drm/mediatek: Add support for mediatek SOC MT2712

[Bug 106287] 18.0.1 introduced glitches in Dying Light
 2018-06-11  2:40 UTC  (2+ messages)

[PATCH v2 00/60] omapdrm: Reverse direction of DSS device (dis)connect operations
 2018-06-11  0:07 UTC  (99+ messages)
` [PATCH v2 01/60] drm/omap: Allocate drm_device earlier and unref it as last step
` [PATCH v2 02/60] drm/omap: Manage the usable omap_dss_device list within omap_drm_private
` [PATCH v2 03/60] drm/omap: Do dss_device (display) ordering in omap_drv.c
` [PATCH v2 04/60] drm/omap: dss: Remove display ordering from dss/display.c
` [PATCH v2 05/60] drm/omap: dss: Gather OMAP DSS components at probe time
` [PATCH v2 06/60] drm/omap: dss: Move platform_device_register from core.c to dss.c probe
` [PATCH v2 07/60] drm/omap: dss: Handle DPI and SDI port initialization failures
` [PATCH v2 08/60] drm/omap: dss: Remove omapdss_atv_ops get_wss and set_wss operations
` [PATCH v2 09/60] drm/omap: dss: Remove DSS encoders get_timings operation
` [PATCH v2 10/60] drm/omap: dss: Remove unused omapdss_default_get_timings()
` [PATCH v2 11/60] drm/omap: dss: Constify omap_dss_driver operations structure
` [PATCH v2 12/60] drm/omap: displays: Remove videomode from omap_dss_device structure
` [PATCH v2 13/60] drm/omap: dss: Remove omap_dss_device panel fields
` [PATCH v2 14/60] drm/omap: dss: Rename omap_dss_device list field to output_list
` [PATCH v2 15/60] drm/omap: dss: Create global list of all omap_dss_device instances
` [PATCH v2 16/60] drm/omap: dss: Create and use omapdss_device_is_registered()
` [PATCH v2 17/60] drm/omap: dss: Rework output lookup by port node
` [PATCH v2 18/60] drm/omap: dss: Allow looking up any device by port
` [PATCH v2 19/60] drm/omap: dss: Move common device operations to common structure
` [PATCH v2 20/60] drm/omap: dss: Add functions to connect and disconnect devices
` [PATCH v2 21/60] drm/omap: dss: Move debug message and checks to connection handlers
` [PATCH v2 22/60] drm/omap: dss: Move src and dst check and set "
` [PATCH v2 23/60] drm/omap: displays: Remove input omap_dss_device from panel data
` [PATCH v2 24/60] drm/omap: dsi: Simplify debugfs implementation
` [PATCH v2 25/60] drm/omap: Move DSI debugfs clocks dump to dsi%u_clks files
` [PATCH v2 26/60] drm/omap: dss: Remove output devices list
` [PATCH v2 27/60] drm/omap: dss: Rename for_each_dss_dev macro to for_each_dss_display
` [PATCH v2 28/60] drm/omap: dss: Make omap_dss_get_next_device() more generic
` [PATCH v2 29/60] drm/omap: dss: Split omapdss_register_display()
` [PATCH v2 30/60] drm/omap: dss: Remove panel devices list
` [PATCH v2 31/60] drm/omap: dss: Move and rename omap_dss_(get|put)_device()
` [PATCH v2 32/60] drm/omap: dss: Store dss_device pointer in omap_dss_device
` [PATCH v2 33/60] drm/omap: dss: Move DSS mgr ops and private data to dss_device
` [PATCH v2 34/60] drm/omap: dss: Modify omapdss_find_output_from_display() to return channel
` [PATCH v2 35/60] drm/omap: dss: Replace omap_dss_device port number with bitmask
` [PATCH v2 36/60] drm/omap: dss: Extend omapdss_of_find_source_for_first_ep() to sinks
` [PATCH v2 37/60] drm/omap: displays: Don't cast dssdev to panel data unnecessarily
` [PATCH v2 38/60] drm/omap: dss: Cleanup error paths in output init functions
` [PATCH v2 39/60] drm/omap: dss: dsi: Move initialization code from bind to probe
` [PATCH v2 40/60] drm/omap: dss: hdmi4: "
` [PATCH v2 41/60] drm/omap: dss: hdmi5: "
` [PATCH v2 42/60] drm/omap: dss: venc: "
` [PATCH v2 43/60] drm/omap: dss: Acquire next dssdev at probe time
` [PATCH v2 44/60] drm/omap: dss: Add for_each_dss_output() macro
` [PATCH v2 45/60] drm/omap: dss: Add function to retrieve display for an output
` [PATCH v2 46/60] drm/omap: dss: Remove duplicated parameter to dss_mgr_(dis)connect()
` [PATCH v2 47/60] drm/omap: dss: Get regulators at probe time
` [PATCH v2 48/60] drm/omap: Remove unneeded variable assignments in omap_modeset_init
` [PATCH v2 49/60] drm/omap: Create all planes before CRTCs

[Bug 97909] X-Plane 10 crashes with SIGSEGV on radeonsi
 2018-06-10 17:42 UTC  (2+ messages)

[PATCH] omapfb: encoder-tpd12s015: fix error return code
 2018-06-10 14:24 UTC 

[Bug 106877] The game Rise of the Tomb Raider lead to GPU hang when I try in same place jump into the hole
 2018-06-10 14:44 UTC 

[Bug 106666] amdgpu 0000:09:00.0: [gfxhub] VMC page fault (src_id:0 ring:56 vmid:3 pas_id:0), [drm:amdgpu_job_timedout [amdgpu]] *ERROR* ring gfx timeout, last signaled seq=327845, last emitted seq=327847
 2018-06-10 14:31 UTC  (3+ messages)

[PATCHv2 00/17] drm/omap: misc patches
 2018-06-10 14:03 UTC  (15+ messages)
` [PATCHv2 01/17] drm/omap: fix omap_fbdev_free() when omap_fbdev_create() wasn't called
` [PATCHv2 02/17] drm/omap: cleanup fbdev init/free
` [PATCHv2 03/17] drm/omap: Init fbdev emulation only when we have displays
` [PATCHv2 04/17] drm/omap: add HPD support to connector-dvi
` [PATCHv2 05/17] dt-bindings: display: add HPD gpio to DVI connector
` [PATCHv2 06/17] drm/omap: remove leftover enums
` [PATCHv2 07/17] drm/omap: dispc: disp_wb_setup to check return code

[Bug 106875] The game Anima Gate of Memories has artefects on Vega 56
 2018-06-10  8:29 UTC  (2+ messages)

WARNING in ion_dma_buf_begin_cpu_access
 2018-06-10  6:27 UTC 

[Bug 106872] vram sizes reported by the kernel totally off
 2018-06-09 22:47 UTC 

[Bug 106871] Screen with blank cursor (raven ridge on MSI B350)
 2018-06-09 19:09 UTC 

[Bug 199407] New: Radeon night light/redshift flickers
 2018-06-09 18:35 UTC  (2+ messages)
` [Bug 199407] "

[Bug 106670] AMD GPU Error, random lockup, Ryzen 2500U Vega 8 GPU
 2018-06-09 16:14 UTC 

[PATCH 0/7] Replace {un/reference} with {put,get} functions
 2018-06-09 13:18 UTC  (8+ messages)
` [PATCH 1/7] drm: Replace drm_connector_{un/reference} with drm_connector_{put, get}
` [PATCH 2/7] drm: Replace drm_framebuffer_{un/reference} with drm_framebuffer_{put, get}
` [PATCH 3/7] drm: Replace drm_gem_object_{un/reference} with drm_gem_object_{put, get}
` [PATCH 4/7] drm: Replace __drm_gem_object_unreference with __drm_gem_object_put
` [PATCH 5/7] drm: Replace drm_gem_object_unreference_unlocked with put function
` [PATCH 6/7] drm: Replace drm_dev_unref with drm_dev_put
` [PATCH 7/7] drm: Clean up after DRM put/get conversion

[Bug 106870] [Raven Ridge occasionally hangs] VM_L2_PROTECTION_FAULT_STATUS:0x00000000
 2018-06-09 11:47 UTC 

[Bug 106427] RX560, 5k@60Hz, Xorg: Black screen, “soft” kernel lockup
 2018-06-09 11:21 UTC  (2+ messages)

[Bug 199959] New: amdgpu, regression?: system freezes after resume
 2018-06-09  9:37 UTC  (11+ messages)
` [Bug 199959] "

[drm-intel:topic/core-for-CI 7/8] backtracetest.c:undefined reference to `save_stack_trace'
 2018-06-09  4:20 UTC 

[PATCH 1/3] Fix checkpatch warnings in goldfishfb.c
 2018-06-08 23:40 UTC  (6+ messages)
  ` [PATCH 2/3] goldfish: Enable ACPI-based enumeration for goldfish framebuffer
  ` [PATCH 3/3] ANDROID: goldfish_fb: Set pixclock = 0

[Bug 106446] Stutter at higher refresh rates ( 75 Hz) and artifacts on desktop
 2018-06-08 21:21 UTC  (2+ messages)

[Bug 105083] Random blinking display
 2018-06-08 21:11 UTC  (2+ messages)

[PATCH v2 0/9] xen: dma-buf support for grant device
 2018-06-08 19:21 UTC  (24+ messages)
` [PATCH v2 5/9] xen/gntdev: Allow mappings for DMA buffers
    ` [Xen-devel] "
` [PATCH v2 6/9] xen/gntdev: Add initial support for dma-buf UAPI
` [PATCH v2 7/9] xen/gntdev: Implement dma-buf export functionality

[PATCH v2 1/3] video: fbdev: Fix checkpatch warnings in goldfishfb.c
 2018-06-08 19:11 UTC  (3+ messages)
` [PATCH v2 2/3] video: fbdev: Enable ACPI-based enumeration for goldfishfb
` [PATCH v2 3/3] video: fbdev: Set pixclock = 0 in goldfishfb

[Bug 199619] New: screen stays dark for long on bootup since kernel 4.17.0-rc2+
 2018-06-08 17:32 UTC  (3+ messages)
` [Bug 199619] "

[PATCH 1/3] drm/v3d: Take a lock across GPU scheduler job creation and queuing
 2018-06-08 17:08 UTC  (6+ messages)
` [PATCH 2/3] drm/v3d: Remove the bad signaled() implementation
` [PATCH 3/3] drm/v3d: Add a note about locking of v3d_fence_create()

[PATCH 00/23] omapdrm: Rework the timing-related operations
 2018-06-08 16:29 UTC  (24+ messages)
` [PATCH 01/23] drm/omap: Pass both output and display omap_dss_device to connector init
` [PATCH 02/23] drm/omap: Determine connector type directly in omap_connector.c
` [PATCH 03/23] drm/omap: dss: hdmi: Rename hdmi_display_(set|check)_timing() functions
` [PATCH 04/23] drm/omap: Make the video_mode pointer to .set_timings() const
` [PATCH 05/23] drm/omap: Remove duplicate calls to .set_timings() operation
` [PATCH 06/23] drm/omap: Remove unneeded fallback for missing .check_timings()
` [PATCH 07/23] drm/omap: Don't store video mode internally for external encoders
` [PATCH 08/23] drm: Add display info bus flags to specify sync signals clock edges
` [PATCH 09/23] drm/omap: Store bus flags in the omap_dss_device structure
` [PATCH 10/23] drm/omap: Don't call .check_timings() operation recursively
` [PATCH 11/23] drm/omap: Query timing information from analog TV encoder
` [PATCH 12/23] drm/omap: Remove .get_timings() operation from display connectors
` [PATCH 13/23] drm/omap: panels: Don't modify fixed timings
` [PATCH 14/23] drm/omap: Move bus flag hack to encoder implementation
` [PATCH 15/23] drm/omap: Split mode fixup and mode set from encoder enable
` [PATCH 16/23] drm/omap: Call dispc timings check operation directly
` [PATCH 17/23] drm/omap: dpi: Don't fixup video mode in dpi_set_mode()
` [PATCH 18/23] drm/omap: dsi: Fixup video mode in .set_config() operation
` [PATCH 19/23] drm/omap: hdmi: Constify video mode and related pointers
` [PATCH 20/23] drm/omap: sdi: Fixup video mode in .check_timings() operation
` [PATCH 21/23] drm/omap: venc: "
` [PATCH 22/23] drm/omap: Store CRTC timings in .set_timings() operation
` [PATCH 23/23] drm/omap: Don't call .set_timings() operation recursively

[Bug 105880] [dc][kabini] Cannot find any crtc or sizes
 2018-06-08 16:08 UTC  (2+ messages)
` [Bug 105880] [dc] No support for LVDS or VGA connectors (Cannot find any crtc or sizes)

[PATCH] fb_omap: add gpiolib dependency
 2018-06-08 16:06 UTC  (2+ messages)

[PATCH] video/omap: add module license tags
 2018-06-08 15:57 UTC  (2+ messages)

[PATCH] MAINTAINERS: make omapfb orphan
 2018-06-08 15:27 UTC  (2+ messages)

Kernel and ADM hardware roulette ( was AMD graphics performance regression in 4.15 and later )
 2018-06-08 13:32 UTC  (14+ messages)

[PULL] drm-intel-next-fixes for drm-next/v4.18
 2018-06-08 12:08 UTC 

[PATCH v2] gpu: drm: omapdrm: Adding new typedef vm_fault_t
 2018-06-08 10:47 UTC  (5+ messages)

[Bug 73931] New: rmmod radeon and kernel crash
 2018-06-08 10:41 UTC  (2+ messages)
` [Bug 73931] "

[PATCH v7 1/2] drm/i915: update cursors asynchronously through atomic
 2018-06-08  9:42 UTC  (2+ messages)
` [PATCH v7 2/2] drm/i915: remove intel_cursor_plane_funcs

[Bug 106856] amdgpu kernel warning playing vdpau videos
 2018-06-08  8:56 UTC  (3+ messages)

[Bug 105532] Broken map generation in Northgard game
 2018-06-08  8:51 UTC  (2+ messages)

[RFC 0/2] dt-bindings: mipi-dsi: dual-channel DSI bindings
 2018-06-08  8:47 UTC  (7+ messages)
` [RFC v2 2/2] dt-bindings: mipi-dsi: Add dual-channel DSI related info

[PATCH v4 0/9] Add support for mediatek SOC MT2712
 2018-06-08  8:38 UTC  (7+ messages)
` [PATCH v4 8/9] drm/mediatek: add third ddp path
` [PATCH v4 9/9] drm/mediatek: Add support for mediatek SOC MT2712

[PATCH v7 0/6] Add ChromeOS EC CEC Support
 2018-06-08  8:24 UTC  (4+ messages)

[PATCH 0/3] drm/bridge/sil-sii8620: misc fixes
 2018-06-08  7:19 UTC  (3+ messages)
  ` [PATCH 3/3] drm/bridge/sii8620: fix loops in EDID fetch logic

[PATCH v2] drm/bridge/sii8620: simplify hardware reset procedure
 2018-06-08  7:19 UTC  (2+ messages)

[PATCH v2] gpu: drm: ttm: Adding new return type vm_fault_t
 2018-06-08  6:44 UTC  (3+ messages)

[PATCH v4 0/3] re-factor devfreq common code
 2018-06-08  6:26 UTC  (4+ messages)
  ` [PATCH v4 1/3] drm/msm: suspend devfreq on init
  ` [PATCH v4 2/3] drm/msm: re-factor devfreq code
  ` [PATCH v4 3/3] drm/msm: unregister devfreq upon clean up

[Bug 199979] New: amdgpu: changing pwm1_enable from 1 to 2 does not resume automatic fan control
 2018-06-08  6:12 UTC 

[PATCH v2] drm/msm: Add OUT_RING64() helper macro
 2018-06-08  5:46 UTC 

[PATCH 00/15] Add support for R40 HDMI pipeline
 2018-06-08  5:17 UTC  (4+ messages)
` [PATCH 06/15] drm/sun4i: tcon: Add support for tcon-top
    `  "

[Bug 106430] GPU hang when played video with acceleration (vaapi)
 2018-06-08  4:01 UTC  (2+ messages)

[Bug 106289] mupen64plus segfaults deep inside r300_dri.so
 2018-06-08  0:12 UTC  (2+ messages)

[PATCH v9 0/3] drm: Introduce writeback connectors
 2018-06-07 23:05 UTC  (5+ messages)
` [PATCH v9 1/3] drm: Add writeback connector type

[DPU PATCH v3] Higher values of pclk can exceed 32 bits when multiplied by a factor
 2018-06-07 20:52 UTC  (3+ messages)

[DPU PATCH v4] drm/msm: higher values of pclk can exceed 32 bits when multiplied by a factor
 2018-06-07 20:50 UTC 

[DPU PATCH v2 0/7] clean up DPU custom properties
 2018-06-07 20:49 UTC  (3+ messages)
` [DPU PATCH v2 2/7] drm/msm/dpu: clean up dpu plane "

[DPU PATCH v4] drm/msm: higher values of pclk can exceed 32 bits when multiplied by a factor
 2018-06-07 20:47 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox