dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-05-25 14:54:48 to 2018-05-28 07:09:00 UTC [more...]

[PATCH v4 0/9] Add support for mediatek SOC MT2712
 2018-05-28  7:08 UTC  (13+ messages)
` [PATCH v4 1/9] drm/mediatek: update dt-bindings for mt2712
` [PATCH v4 2/9] drm/mediatek: support maximum 64 mutex mod
` [PATCH v4 3/9] drm/mediatek: add ddp component AAL1
` [PATCH v4 4/9] drm/mediatek: add ddp component OD1
` [PATCH v4 5/9] drm/mediatek: add ddp component PWM1
` [PATCH v4 6/9] drm/mediatek: add ddp component PWM2
` [PATCH v4 7/9] drm/mediatek: add connection from OD1 to RDMA1
` [PATCH v4 8/9] drm/mediatek: add third ddp path
` [PATCH v4 9/9] drm/mediatek: Add support for mediatek SOC MT2712

[Bug 106639] System display has noise when amdgpu module is being loaded
 2018-05-28  6:53 UTC  (3+ messages)

[Bug 106517] IGT commit rights
 2018-05-28  6:43 UTC  (2+ messages)

[PATCH v3 0/8] Add support for mediatek SOC MT2712
 2018-05-28  2:50 UTC  (5+ messages)
` [PATCH v3 8/8] drm/mediatek: add third ddp path

[RFC] Getting OpenChrome DRM mainlined into Linux kernel tree
 2018-05-28  2:33 UTC  (2+ messages)

[PATCH][next] drm/nouveau/disp: avoid potential overflow on shift of int value
 2018-05-28  2:14 UTC  (2+ messages)
` [Nouveau] "

[radeon-alex:drm-next-4.18-wip 44/78] drivers/gpu/drm/amd/amdgpu/soc15.c:680:3-24: duplicated argument to & or | (fwd)
 2018-05-28  1:26 UTC  (2+ messages)

[PATCH][next] drm/i2c: tda9950: fix timeout counter check
 2018-05-27 21:42 UTC 

[Bug 106430] GPU hang when played video with acceleration (vaapi)
 2018-05-27 19:48 UTC  (5+ messages)

[PATCH v2 0/4] drm/tinydrm: new dirver for ILI9341 displays
 2018-05-27 14:50 UTC  (10+ messages)
` [PATCH v2 1/4] MAINTAINERS: fix path to ilitek, ili9225 device tree bindings
` [PATCH v2 2/4] dt-bindings: Add vendor prefix for Adafruit
` [PATCH v2 3/4] dt-bindings: new binding for Ilitek ILI9341 display panels
` [PATCH v2 4/4] drm/tinydrm: new driver for "

[PATCH 0/3] drm/msm: re-factor devfreq common code
 2018-05-27 14:09 UTC  (8+ messages)
` [PATCH 1/3] drm/msm: suspend devfreq on init
` [PATCH 2/3] drm/msm: move suspend/resume devfreq to their own functions
` [PATCH 3/3] drm/msm: re-factor devfreq code

[PATCH v3] gpu: drm: gma500: Change return type to vm_fault_t
 2018-05-27  0:45 UTC 

[Bug 99368] Full aspect scaling introduces interlacing on specific resolutions
 2018-05-27  0:01 UTC  (2+ messages)

[drm-intel:for-linux-next-fixes 4/4] include/linux/compiler.h:339:38: error: call to '__compiletime_assert_119' declared with attribute error: BUILD_BUG_ON failed: sizeof(_s) > sizeof(long)
 2018-05-26 22:01 UTC 

[Bug 106670] AMD GPU Error, random lockup, Ryzen 2500U Vega 8 GPU
 2018-05-26 20:58 UTC  (2+ messages)

[Bug 106594] [radeonsi,regression,apitrace] Prison Architect exhibits glitches
 2018-05-26 18:05 UTC  (3+ messages)
` [Bug 106594] [radeonsi,regression,apitrace] Prison Architect rendered unplayable by multicoloured flickering triangles and overlayed triangles when performing certain actions

[PATCH v2 00/60] omapdrm: Reverse direction of DSS device (dis)connect operations
 2018-05-26 17:25 UTC  (61+ 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
` [PATCH v2 50/60] drm/omap: Group CRTC, encoder, connector and dssdev in a structure
` [PATCH v2 51/60] drm/omap: Reverse direction of DSS device (dis)connect operations
` [PATCH v2 52/60] drm/omap: dss: Move connection checks to omapdss_device_(dis)connect
` [PATCH v2 53/60] drm/omap: dss: Move display type validation to initialization time
` [PATCH v2 54/60] drm/omap: dss: Merge two disconnection helpers
` [PATCH v2 55/60] drm/omap: Pass pipe pointer to omap_crtc_init()
` [PATCH v2 56/60] drm/omap: Store CRTC lookup by channel table in omap_drm_private
` [PATCH v2 57/60] drm/omap: Remove omap_crtc_output global array
` [PATCH v2 58/60] drm/omap: Remove supported output check in CRTC connect handler
` [PATCH v2 59/60] drm/omap: Set dispc_channel_connect from DSS output connect handlers
` [PATCH v2 60/60] drm/omap: dss: Remove the dss_mgr_(dis)connect() operations

[PATCH v2 0/6] omapdrm: struct_mutex removal
 2018-05-26 17:10 UTC  (9+ messages)
` [PATCH v2 1/6] drm/omap: gem: Rename GEM function with omap_gem_* prefix
` [PATCH v2 2/6] drm/omap: gem: Merge __omap_gem_get_pages() and omap_gem_attach_pages()
` [PATCH v2 3/6] drm/omap: gem: Don't take struct_mutex to get GEM object mmap offset
` [PATCH v2 4/6] drm/omap: gem: Replace struct_mutex usage with omap_obj private lock
  ` [PATCH v2.1 "
` [PATCH v2 5/6] drm/omap: gem: Fix mm_list locking
` [PATCH v2 6/6] drm/omap: gem: Switch to gem_free_object_unlocked()

[RFC PATCH v2 0/2] Implement standard color keying properties for DRM planes
 2018-05-26 16:29 UTC  (7+ messages)
` [RFC PATCH v2 1/2] drm: Add generic colorkey properties
` [RFC PATCH v2 2/2] drm/tegra: plane: Implement generic colorkey property for older Tegra's

[PATCH v2] gpu: drm: gma500: Change return type to vm_fault_t
 2018-05-26 13:32 UTC  (3+ messages)

[Bug 106175] amdgpu.dc=1 shows performance issues with Xorg compositors when moving windows
 2018-05-26 12:47 UTC  (2+ messages)

[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-05-26 11:40 UTC  (2+ messages)

Boot failures in -next on Jetson TK1
 2018-05-26 10:36 UTC 

[PATCH v4 1/2] drm/panel: Add support for Truly NT35597 panel
 2018-05-26  0:27 UTC  (2+ messages)
` [PATCH v4 2/2] dt-bindings: Add Truly NT35597 panel bindings

[Bug 106225] Kernel panic after modesetting (not on every boot) on ryzen 5 2400g
 2018-05-26  0:06 UTC  (4+ messages)

[PATCH v3 1/2] drm/panel: Add support for Truly NT35597 panel
 2018-05-25 22:20 UTC  (3+ messages)

[DPU PATCH v3 0/6] Switch DPU to use upstream DSI driver for SDM845
 2018-05-25 21:26 UTC  (7+ messages)
` [DPU PATCH v3 2/6] drm/msm: remove support for ping pong split topology
` [DPU PATCH v3 4/6] drm/msm: strip down custom event ioctl's
  ` [DPU PATCH v3 1/6] drm/msm: remove display stream compression(DSC) support for SM845
  ` [DPU PATCH v3 3/6] drm/msm: remove panel autorefresh support for SDM845
  ` [DPU PATCH v3 5/6] drm/msm: hook up DPU with upstream DSI
  ` [DPU PATCH v3 6/6] drm/msm: remove dsi-staging driver

[Bug 106471] Radeon HD 3450 acceleration not working
 2018-05-25 20:33 UTC  (2+ messages)

[PATCH v2 0/6] drm/omap: Module parameter for display order configuration
 2018-05-25 20:24 UTC  (2+ messages)

[RFC 0/7] drm/omap: Module parameter for display order configuration
 2018-05-25 20:09 UTC  (4+ messages)

[Bug 106658] 2500u HP Envy x360 Hangs randomly
 2018-05-25 20:02 UTC  (5+ messages)

[Bug 106258] AMD Xorg start failes with non-4K page sizes
 2018-05-25 19:09 UTC  (4+ messages)

[PATCH v2 00/13] drm: Eliminate plane->fb/crtc usage for atomic drivers
 2018-05-25 18:50 UTC  (14+ messages)
` [PATCH v2 01/13] drm/vmwgfx: Stop using plane->fb in vmw_kms_atomic_check_modeset()
` [PATCH v2 02/13] drm/vmwgfx: Stop using plane->fb in vmw_kms_helper_dirty()
` [PATCH v2 03/13] drm/vmwgfx: Stop using plane->fb in vmw_kms_update_implicit_fb()
` [PATCH v2 04/13] drm/vmwgfx: Stop updating plane->fb
` [PATCH v2 05/13] drm/vmwgfx: Stop using plane->fb in atomic_enable()
` [PATCH v2 06/13] drm/vmwgfx: Stop messing about with plane->fb/old_fb/crtc
` [PATCH v2 07/13] drm/amdgpu/dc: Stop updating plane->fb
` [PATCH v2 08/13] drm/i915: Stop updating plane->fb/crtc
` [PATCH v2 09/13] drm/exynos: Stop updating plane->crtc
  ` [PATCH v2 10/13] drm/msm: Stop updating plane->fb/crtc
` [PATCH v2 11/13] drm/virtio: Stop updating plane->crtc
` [PATCH v2 12/13] drm/vc4: Stop updating plane->fb/crtc
` [PATCH v2 13/13] drm: Stop updating plane->crtc/fb/old_fb on atomic drivers

[PATCH 1/8] drm/sun4i: mark PM functions as __maybe_unused
 2018-05-25 17:23 UTC  (9+ messages)
` [PATCH 2/8] drm/amdgpu: fix 32-bit build warning
` [PATCH 3/8] drm/xen-front: "
` [PATCH 4/8] drm/rcar-du: fix merge conflict for state->alpha
` [PATCH 5/8] drm/v3d: add CONFIG_MMU dependency
` [PATCH 6/8] drm/exynos: fix scaler_task_done return type
` [PATCH 7/8] drm/bridge: fix dependency for lvds-encoder
` [PATCH 8/8] drm/bridge: cdns: mark PM functions as __maybe_unused

DRM Inquiry
 2018-05-25 17:14 UTC  (10+ messages)

[PATCH] drm/etnaviv: protect sched job submission with fence mutex
 2018-05-25 16:13 UTC 

[PATCH v3 7/8] drm/mediatek: Add support for mediatek SOC MT2712
 2018-05-25 16:12 UTC  (2+ messages)

[PATCH] drm: check_pixel_format() should return true if no modifiers are passed for a supported pixel format
 2018-05-25 16:08 UTC  (4+ messages)

[Bug 106548] Failed GfxDrv_DriverAcceptanceQuery.GL_GPU_FREQ_OVERRIDE_MDAPI
 2018-05-25 15:49 UTC  (3+ messages)

[PATCH 0/8] xen: dma-buf support for grant device
 2018-05-25 15:33 UTC  (9+ messages)
` [PATCH 1/8] xen/grant-table: Make set/clear page private code shared
` [PATCH 2/8] xen/balloon: Move common memory reservation routines to a module
` [PATCH 3/8] xen/grant-table: Allow allocating buffers suitable for DMA
` [PATCH 4/8] xen/gntdev: Allow mappings for DMA buffers
` [PATCH 5/8] xen/gntdev: Add initial support for dma-buf UAPI
` [PATCH 6/8] xen/gntdev: Implement dma-buf export functionality
` [PATCH 7/8] xen/gntdev: Implement dma-buf import functionality
` [PATCH 8/8] xen/gntdev: Expose gntdev's dma-buf API for in-kernel use

[PATCH v9 0/3] drm: Introduce writeback connectors
 2018-05-25 15:32 UTC  (3+ messages)
` [PATCH v9 1/3] drm: Add writeback connector type

[PATCH 1/3] drm/scheduler: fix a corner case in dependency optimization
 2018-05-25 14:54 UTC  (3+ messages)
` [PATCH 3/3] drm/doc: add a chapter for gpu scheduler


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