summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* drm/bridge: tc358767: don't warn if display side ASSR enable failsLucas Stach2016-12-011-1/+1
* drm: Initialise drm_mm.head_node.allocatedChris Wilson2016-12-011-0/+1
* drm: Fix locking cargo-cult in encoder/plane init/cleanupDaniel Vetter2016-11-292-10/+3
* drm/doc: Fix indenting in drm_modeset_lock.c commentDaniel Vetter2016-11-291-5/+5
* drm: Protect fb_helper list manipulation with a mutexChris Wilson2016-11-291-0/+5
* drm: Pull together probe + setup for drm_fb_helperChris Wilson2016-11-291-26/+11
* drm: Hold mode_config.lock to prevent hotplug whilst setting up crtcsChris Wilson2016-11-291-33/+40
* drm: Introduce drm_framebuffer_assign()Chris Wilson2016-11-291-6/+2
* drm/bridge: adv7511: Enable the audio data and clock pads on adv7533Srinivas Kandagatla2016-11-291-0/+1
* drm/bridge: adv7511: Add Audio supportJohn Stultz2016-11-295-0/+242
* drm/edid: Consider alternate cea timings to be the same VICVille Syrjälä2016-11-281-12/+54
* drm: bridge: dw-hdmi: add ASoC dependencyArnd Bergmann2016-11-281-0/+1
* drm: Fix shift operations for drm_fb_helper::drm_target_preferred()Chris Wilson2016-11-281-6/+7
* drm: Avoid NULL dereference for DRM_LEGACY debug messageChris Wilson2016-11-281-1/+2
* drm: Use u64_to_user_ptr() helper for blob ioctlsChris Wilson2016-11-281-6/+6
* drm/hisilicon/hibmc: mark PM functions __maybe_unusedArnd Bergmann2016-11-251-2/+2
* drm/hisilicon/hibmc: Checking for NULL instead of IS_ERR()Dan Carpenter2016-11-251-2/+2
* Merge remote-tracking branch 'airlied/drm-next' into drm-misc-nextDaniel Vetter2016-11-2566-377/+3008
|\
| * Merge tag 'drm-hisilicon-next-2016-11-17' of http://github.com/zourongrong/li...Dave Airlie2016-11-2111-0/+2230
| |\
| | * drm/hisilicon/hibmc: Add support for vblank interruptRongrong Zou2016-11-172-1/+56
| | * drm/hisilicon/hibmc: Add support for VDACRongrong Zou2016-11-174-1/+155
| | * drm/hisilicon/hibmc: Add support for display engineRongrong Zou2016-11-175-2/+558
| | * drm/hisilicon/hibmc: Add support for frame bufferRongrong Zou2016-11-175-1/+366
| | * drm/hisilicon/hibmc: Add video memory managementRongrong Zou2016-11-174-1/+541
| | * drm/hisilicon/hibmc: Add hisilicon hibmc drm master driverRongrong Zou2016-11-177-0/+560
| * | Merge branch 'linux-4.10' of git://github.com/skeggsb/linux into drm-nextDave Airlie2016-11-1755-377/+778
| |\ \ | | |/ | |/|
| | * drm/nouveau/disp/gp102: rename from gp104Ben Skeggs2016-11-1714-46/+46
| | * drm/nouveau/ce/gp102: rename from gp104Ben Skeggs2016-11-174-13/+13
| | * drm/nouveau/fb/gp102: rename from gp104Ben Skeggs2016-11-174-7/+7
| | * drm/nouveau/disp/gp102: fix cursor/overlay immediate channel indicesBen Skeggs2016-11-175-2/+80
| | * drm/nouveau/disp/nv50-: specify ctrl/user separately when constructing classesBen Skeggs2016-11-1714-28/+32
| | * drm/nouveau/disp/nv50-: split chid into chid.ctrl and chid.userBen Skeggs2016-11-177-92/+106
| | * drm/nouveau: Intercept ACPI_VIDEO_NOTIFY_PROBEHans de Goede2016-11-172-0/+65
| | * drm/nouveau/devinit/gm200: drop pmu reset sequenceBen Skeggs2016-11-171-12/+0
| | * drm/nouveau/devinit/gm200: replace while loops with PTIMER-based timeout loopsBen Skeggs2016-11-171-4/+11
| | * drm/nouveau/pmu/gp102: initial implementationBen Skeggs2016-11-174-0/+47
| | * drm/nouveau/pmu/gp100: initial implementationBen Skeggs2016-11-174-0/+38
| | * drm/nouveau/pmu: execute reset before running devinitBen Skeggs2016-11-171-0/+8
| | * drm/nouveau/pmu: move ucode handling into gt215 implementationBen Skeggs2016-11-179-184/+304
| | * drm/nouveau/core: initial support for GP102Ben Skeggs2016-11-171-0/+29
| | * drm/nouveau/device/pci: fix oops if no mmu subdev presentBen Skeggs2016-11-171-1/+1
| | * drm/nouveau/kms/nv50: avoid touching DP_MSTM_CTRL if !DP_MST_CAPBen Skeggs2016-11-171-2/+5
* | | drm: bridge: add DesignWare HDMI I2S audio supportKuninori Morimoto2016-11-246-2/+197
* | | drm: Check against color expansion in drm_mm_reserve_node()Chris Wilson2016-11-241-3/+8
* | | drm: Define drm_mm_for_each_node_in_range()Chris Wilson2016-11-241-9/+2
* | | drm/doc: Fix links in drm_property.cDaniel Vetter2016-11-241-21/+21
* | | vgaarb: use valid dev pointer in vgaarb_info()Arnd Bergmann2016-11-221-2/+1
* | | drm/atomic: Unconfuse the old_state mess in commmit_tailDaniel Vetter2016-11-221-35/+43
* | | drm/fences: add DOC: for explicit fencingGustavo Padovan2016-11-221-0/+52
* | | drm/atomic: cleanup debugfs entries on un-registering the driver.Liviu Dudau2016-11-212-0/+16
OpenPOWER on IntegriCloud