dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-03-30 02:57:39 to 2016-03-30 20:04:09 UTC [more...]

[PATCH v5 00/46] pwm: add support for atomic update
 2016-03-30 20:04 UTC  (47+ messages)
` [PATCH v5 02/46] backlight: pwm_bl: remove useless call to pwm_set_period()
` [PATCH v5 03/46] backlight: lm3630a_bl: stop messing with the pwm->period field
` [PATCH v5 08/46] hwmon: pwm-fan: use pwm_get_args() where appropriate
` [PATCH v5 12/46] fbdev: ssd1307fb: "
  ` [PATCH v5 01/46] pwm: rcar: make use of pwm_is_enabled()
  ` [PATCH v5 04/46] pwm: get rid of pwm->lock
  ` [PATCH v5 05/46] pwm: introduce the pwm_args concept
  ` [PATCH v5 06/46] pwm: use pwm_get/set_xxx() helpers where appropriate
  ` [PATCH v5 07/46] clk: pwm: use pwm_get_args() "
  ` [PATCH v5 09/46] misc: max77693-haptic: "
  ` [PATCH v5 10/46] leds: pwm: "
  ` [PATCH v5 11/46] regulator: "
  ` [PATCH v5 13/46] backlight: pwm_bl: "
  ` [PATCH v5 14/46] pwm: keep PWM state in sync with hardware state
  ` [PATCH v5 15/46] pwm: introduce the pwm_state concept
  ` [PATCH v5 16/46] pwm: move the enabled/disabled info into pwm_state
  ` [PATCH v5 17/46] pwm: add the PWM initial state retrieval infra
  ` [PATCH v5 18/46] pwm: add the core infrastructure to allow atomic update
  ` [PATCH v5 19/46] pwm: switch to the atomic API
  ` [PATCH v5 20/46] pwm: add information about polarity, duty cycle and period to debugfs
  ` [PATCH v5 21/46] pwm: rockchip: add initial state retrieval
  ` [PATCH v5 22/46] pwm: rockchip: avoid glitches on already running PWMs
  ` [PATCH v5 23/46] pwm: rockchip: add support for atomic update
  ` [PATCH v5 24/46] pwm: sti: add support for initial state retrieval
  ` [PATCH v5 25/46] pwm: sti: avoid glitches on already running PWMs
  ` [PATCH v5 26/46] pwm: sun4i: implement hardware readout
  ` [PATCH v5 27/46] regulator: pwm: adjust PWM config at probe time
  ` [PATCH v5 28/46] regulator: pwm: swith to the atomic PWM API
  ` [PATCH v5 29/46] regulator: pwm: properly initialize the ->state field
  ` [PATCH v5 30/46] regulator: pwm: retrieve correct voltage
  ` [PATCH v5 31/46] pwm: update documentation
  ` [PATCH v5 32/46] pwm: deprecate pwm_config(), pwm_enable() and pwm_disable()
  ` [PATCH v5 33/46] pwm: replace pwm_disable() by pwm_apply_state()
  ` [PATCH v5 34/46] clk: pwm: switch to the atomic API
  ` [PATCH v5 35/46] hwmon: pwm-fan: "
  ` [PATCH v5 36/46] input: misc: max77693: "
  ` [PATCH v5 37/46] input: misc: max8997: switch to the atomic PWM API
  ` [PATCH v5 38/46] input: misc: pwm-beeper: "
  ` [PATCH v5 39/46] leds: pwm: "
  ` [PATCH v5 40/46] backlight: lm3630a: "
  ` [PATCH v5 42/46] backlight: lp8788: "
  ` [PATCH v5 43/46] backlight: pwm_bl: "
  ` [PATCH v5 44/46] video: ssd1307fb: "
  ` [PATCH v5 45/46] drm: i915: "
  ` [PATCH v5 46/46] ARM: s3c24xx: rx1950: "
` [PATCH v5 41/46] backlight: lp855x: "

[RFC PATCH v1 0/4] Add Rockchip RGA support
 2016-03-30 20:03 UTC  (8+ messages)
` [RFC PATCH v1 2/4] drm: rockchip: add RGA driver support

[PATCH 1/3] drm: Make drm.h uapi header safe for C++
 2016-03-30 19:11 UTC  (17+ messages)
` [PATCH 2/3] drm: align #include directives with libdrm in uapi headers
  ` [PATCH] "
` [PATCH 3/3] drm: Move DRM_MODE_OBJECT_* to "
` [PATCH 1/2] drm: Untangle __KERNEL__ guards
  ` [PATCH 2/2] drm: Make uapi headers C89 pendantic compliant
` [PATCH] drm: Make drm.h uapi header safe for C++

[Bug 92258] Opening context menu in Steam could lead to radeon kernel module crash
 2016-03-30 19:06 UTC  (7+ messages)
` [Bug 92258] [regression] Opening menu in Steam running via DRI_PRIME with enabled DRI3 "

[PATCH] drm/msm/dsi: Fix regulator API abuse
 2016-03-30 18:53 UTC 

[Bug 94667] Artifacts on applications on discrete
 2016-03-30 18:50 UTC  (3+ messages)
` [Bug 94667] Artifacts on applications on discrete and kernel freezes

next-20160330 build: 1 failures 7 warnings (next-20160330)
 2016-03-30 17:47 UTC  (2+ messages)

[Bug 113341] New: GPU Lockup on AMD Kaveri
 2016-03-30 17:46 UTC  (2+ messages)
` [Bug 113341] "

[PATCH v2 0/3] Add ANX7814 I2C bridge driver
 2016-03-30 16:22 UTC  (4+ messages)
  ` [PATCH v2 1/3] of: Add vendor prefix for Analogix Semiconductor
` [PATCH v2 2/3] devicetree: Add ANX7814 SlimPort transmitter binding
` [PATCH v2 3/3] drm: bridge: anx78xx: Add anx78xx driver support

[PATCH] drm: bridge/dw-hdmi: Remove pre_enable/post_disable dummy funcs
 2016-03-30 16:06 UTC  (3+ messages)

[PATCH] vgacon: dummy implementation for vgacon_text_force
 2016-03-30 15:38 UTC  (4+ messages)

[PATCH 00/10] legacy gamma code cleanup
 2016-03-30 15:31 UTC  (18+ messages)
` [PATCH 01/10] drm: Initialize a linear gamma table by default
` [PATCH 02/10] drm/fb-helper: Remove dead code in setcolreg
` [PATCH 03/10] drm/armada: Drop fb gamma_set/get functions
` [PATCH 04/10] drm/bochs: Drop fake gamma support
` [PATCH 05/10] drm/cirrus: Drop redundnant gamma size check
` [PATCH 06/10] drm/msm: Nuke dummy gamma_set/get functions
` [PATCH 07/10] drm/virtio: Drop dummy gamma table support
` [PATCH 08/10] drm/imx: Don't set a gamma table size
` [PATCH 09/10] drm/qxl: "
` [PATCH 10/10] drm/tegra: "

[PATCH 00/10] Another shot at cruft removal
 2016-03-30 15:30 UTC  (25+ messages)
` [PATCH 01/10] drm/ttm: Remove TTM_HAS_AGP
  ` [Intel-gfx] "
  ` [PATCH] "
    ` [Intel-gfx] "
` [PATCH 02/10] drm: Use dev->name as fallback for dev->unique
` [PATCH 03/10] drm/sysfs: Annote lockless show functions with READ_ONCE
` [PATCH 04/10] drm/sysfs: Nuke TV/DVI property files
` [PATCH 05/10] drm: Give drm_agp_clear drm_legacy_ prefix
    ` [Intel-gfx] "
` [PATCH 06/10] drm: Put legacy lastclose work into drm_legacy_dev_reinit
` [PATCH 07/10] drm: Move drm_getmap into drm_bufs.c and give it a legacy prefix
` [PATCH 08/10] drm: Forbid legacy MAP functions for DRIVER_MODESET
` [PATCH 09/10] drm: Push struct_mutex into ->master_destroy
` [PATCH 10/10] drm: Hide master MAP cleanup in drm_bufs.c

[PATCH 1/7] headers: Remove _DRM_GEM
 2016-03-30 15:04 UTC  (7+ messages)
` [PATCH 2/7] tests/kms-steal-crtc: Use correct includes
` [PATCH 3/7] headers: Update drm_i915.h
` [PATCH 4/7] headers: Update drm_sarea.h
` [PATCH 5/7] headers: Update drm_fourcc.h
` [PATCH 6/7] headers: Update drm_mode.h
` [PATCH 7/7] headers: Update drm.h

[PATCH] drm: Make drm.h uapi header safe for C++
 2016-03-30 14:45 UTC  (3+ messages)

[Bug 80419] New: XCOM: Enemy Known Causes lockup
 2016-03-30 14:40 UTC  (2+ messages)
` [Bug 80419] XCOM: Enemy Unknown "

[PATCH 1/3] drm/dp: Add definition for Display Control DPCD Registers capability size
 2016-03-30 14:27 UTC 

[PATCH v4 RESEND 0/5] Move workarounds from intel_dp_dpcd_read_wake() into drm's DP helpers
 2016-03-30 14:26 UTC  (3+ messages)
` [PATCH v4 RESEND 5/5] drm/i915: Get rid of intel_dp_dpcd_read_wake()

[PATCH] ARM: multi_v7_defconfig: add HLCDC drivers as modules
 2016-03-30 14:19 UTC 

[GIT PULL] drm/hdlcd: fix for v4.6-rc2
 2016-03-30 14:19 UTC 

[PATCH] drm: align #include directives with libdrm in uapi headers
 2016-03-30 14:06 UTC 

[PATCH 1/5] drm: Add new DCS commands in the enum list
 2016-03-30 14:03 UTC 

[PATCH] drm/rockchip: Return -EBUSY if there's already a pending flip event
 2016-03-30 13:48 UTC 

[PATCH] drm/core: Add drm_accurate_vblank_count_and_time
 2016-03-30 13:45 UTC  (4+ messages)

[PATCH v2 1/5] drm/rockchip: dw_hdmi: Call drm_encoder_cleanup() in error path
 2016-03-30 13:35 UTC  (4+ messages)
` [PATCH v2 2/5] drm/imx: "

[PATCH] drm/edid: Fix parsing of EDID 1.4 Established Timings III descriptor
 2016-03-30 13:19 UTC  (3+ messages)

[PATCH v2 0/9] drm: atmel-hlcdc: various fixes/improvements
 2016-03-30 12:43 UTC  (6+ messages)
` [PATCH v2 1/9] drm: atmel-hlcdc: add a ->cleanup_fb() operation

[PATCH 0/2] drm: add generic zpos property
 2016-03-30 12:38 UTC  (4+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] drm: sti: use generic zpos for plane

[PATCH] drm/atmel: Fixup drm_connector_/unplug/unregister/_all
 2016-03-30 12:34 UTC  (2+ messages)

[PATCH] drm/atmel-hlcdc: Use drm_connector_unregister_all()
 2016-03-30 12:31 UTC  (2+ messages)

[PATCH 00/13] Gem cleanup&fixes resend, once more
 2016-03-30 10:55 UTC  (18+ messages)
` [PATCH 01/13] drm/nouveau: Use unlocked gem unreferencing
` [PATCH 02/13] drm/omapdrm: "
` [PATCH 03/13] drm/qxl: "
` [PATCH 04/13] drm/udl: "
` [PATCH 05/13] drm/nouveau: Drop dev->struct_mutex from fbdev init
` [PATCH 06/13] drm/exynos: Drop dev->struct_mutex from mmap offset function
` [PATCH 07/13] drm/exynos: drop struct_mutex from exynos_gem_map_sgt_with_dma
` [PATCH 08/13] drm/exynos: drop struct_mutex from exynos_drm_gem_get_ioctl
` [PATCH 09/13] drm/exynos: drop struct_mutex from fbdev setup
` [PATCH 10/13] drm/vgem: Simplify dum_map
` [PATCH 11/13] drm/vgem: Move get_pages to gem_create
` [PATCH 12/13] drm/vgem: Drop dev->struct_mutex
` [PATCH 13/13] drm/vma_manage: Drop has_offset

omap4: how to get the HDMI core IRQ?
 2016-03-30 10:37 UTC  (2+ messages)

[Powerpc] Sam460ex Canyonlands issue -Kernel 4.4.6-rc1
 2016-03-30 10:36 UTC  (5+ messages)

[PATCH v8 0/6] Implement generic ASoC HDMI codec and use it in tda998x
 2016-03-30 10:24 UTC  (7+ messages)
` [PATCH v8 1/6] ALSA: pcm: add IEC958 channel status helper for hw_params

[PATCH] drm/i915: fix deadlock on lid open
 2016-03-30 10:17 UTC  (3+ messages)
` [Intel-gfx] "

[PATCH] drm/edid: Fix parsing of EDID 1.4 Established Timings III descriptor
 2016-03-30 10:10 UTC  (2+ messages)

[PATCH 0/3 v2] Add I2S/ADV7511 audio support for ARC AXS10x boards
 2016-03-30  9:58 UTC  (3+ messages)
` [PATCH 1/3 v2] drm/i2c/adv7511: Add audio support

[PATCH] drm: bridge: Make (pre/post) enable/disable callbacks optional
 2016-03-30  9:24 UTC  (4+ messages)

i915 4.5 bugfix backport and release management issue?
 2016-03-30  8:44 UTC  (5+ messages)

[PATCH v3 02/16] mm/compaction: support non-lru movable page migration
 2016-03-30  7:12 UTC 

[PATCH] Revert "drm: Don't pass negative delta to ktime_sub_ns()"
 2016-03-30  6:30 UTC  (3+ messages)

blank screen on boot with i915/DRM_FBDEV_EMULATION
 2016-03-30  6:29 UTC  (4+ messages)

[PATCH 0/2] Workaround for MST displays failing to come back after resume
 2016-03-30  6:23 UTC  (6+ messages)
` [PATCH 1/2] drm/i915: Call intel_dp_mst_resume() before resuming displays
  ` [Intel-gfx] "

[Bug 94470] VDPAU is broken on TAHITI with MPV
 2016-03-30  2:57 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