summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2016-12-06drm/amdgpu: don't add files at control minor debugfs directoryNicolai Stange1-6/+0
2016-12-06drm: allow changing DPMS modeMarta Lofstedt1-2/+2
2016-12-05drm/qxl: fix use of uninitialized variablePan Bian1-1/+1
2016-12-05drm/qxl: Don't register debugfs for control minorsDaniel Vetter1-6/+0
2016-12-05drm/radeon: don't add files at control minor debugfs directoryNicolai Stange1-6/+0
2016-12-02drm/vmwgfx: Switch to mode_cmd2Daniel Vetter3-84/+53
2016-12-02drm/vgem: Use ww_mutex_(un)lock even with a NULL contextNicolai Hähnle1-2/+2
2016-12-01drm: Make the connector .detect() callback optionalLaurent Pinchart26-193/+11
2016-12-01drm/bridge: tc358767: don't warn if display side ASSR enable failsLucas Stach1-1/+1
2016-12-01drm: Initialise drm_mm.head_node.allocatedChris Wilson1-0/+1
2016-11-30drm: Fix locking cargo-cult in encoder/plane init/cleanupDaniel Vetter2-10/+3
2016-11-30drm/doc: Fix indenting in drm_modeset_lock.c commentDaniel Vetter1-5/+5
2016-11-29drm: Protect fb_helper list manipulation with a mutexChris Wilson1-0/+5
2016-11-29drm: Pull together probe + setup for drm_fb_helperChris Wilson1-26/+11
2016-11-29drm: Hold mode_config.lock to prevent hotplug whilst setting up crtcsChris Wilson1-33/+40
2016-11-29drm: Introduce drm_framebuffer_assign()Chris Wilson1-6/+2
2016-11-29drm/bridge: adv7511: Enable the audio data and clock pads on adv7533Srinivas Kandagatla1-0/+1
2016-11-29drm/bridge: adv7511: Add Audio supportJohn Stultz5-0/+242
2016-11-28drm/edid: Consider alternate cea timings to be the same VICVille Syrjälä1-12/+54
2016-11-28drm: bridge: dw-hdmi: add ASoC dependencyArnd Bergmann1-0/+1
2016-11-28drm: Fix shift operations for drm_fb_helper::drm_target_preferred()Chris Wilson1-6/+7
2016-11-28drm: Avoid NULL dereference for DRM_LEGACY debug messageChris Wilson1-1/+2
2016-11-28drm: Use u64_to_user_ptr() helper for blob ioctlsChris Wilson1-6/+6
2016-11-25drm/hisilicon/hibmc: mark PM functions __maybe_unusedArnd Bergmann1-2/+2
2016-11-25drm/hisilicon/hibmc: Checking for NULL instead of IS_ERR()Dan Carpenter1-2/+2
2016-11-25Merge remote-tracking branch 'airlied/drm-next' into drm-misc-nextDaniel Vetter66-377/+3008
2016-11-24drm: bridge: add DesignWare HDMI I2S audio supportKuninori Morimoto6-2/+197
2016-11-24drm: Check against color expansion in drm_mm_reserve_node()Chris Wilson1-3/+8
2016-11-24drm: Define drm_mm_for_each_node_in_range()Chris Wilson1-9/+2
2016-11-24drm/doc: Fix links in drm_property.cDaniel Vetter1-21/+21
2016-11-22drm/atomic: Unconfuse the old_state mess in commmit_tailDaniel Vetter1-35/+43
2016-11-22drm/fences: add DOC: for explicit fencingGustavo Padovan1-0/+52
2016-11-21drm/atomic: cleanup debugfs entries on un-registering the driver.Liviu Dudau2-0/+16
2016-11-21Merge tag 'drm-hisilicon-next-2016-11-17' of http://github.com/zourongrong/li...Dave Airlie11-0/+2230
2016-11-18drm: document standard connector propertiesDaniel Vetter1-0/+44
2016-11-17drm: also move DSI panels to the front of the connector listJani Nikula1-2/+3
2016-11-17drm: Nuke modifier[1-3]Ville Syrjälä10-62/+69
2016-11-17drm/bridge: dumb-vga-dac: Support a VDD regulator supplyChen-Yu Tsai1-0/+33
2016-11-17drm: Nerf DRM_CONTROL nodesDaniel Vetter1-6/+0
2016-11-17drm/hisilicon/hibmc: Add support for vblank interruptRongrong Zou2-1/+56
2016-11-17drm/hisilicon/hibmc: Add support for VDACRongrong Zou4-1/+155
2016-11-17drm/hisilicon/hibmc: Add support for display engineRongrong Zou5-2/+558
2016-11-17drm/hisilicon/hibmc: Add support for frame bufferRongrong Zou5-1/+366
2016-11-17drm/hisilicon/hibmc: Add video memory managementRongrong Zou4-1/+541
2016-11-17drm/hisilicon/hibmc: Add hisilicon hibmc drm master driverRongrong Zou7-0/+560
2016-11-17Merge branch 'linux-4.10' of git://github.com/skeggsb/linux into drm-nextDave Airlie55-377/+778
2016-11-17drm/nouveau/disp/gp102: rename from gp104Ben Skeggs14-46/+46
2016-11-17drm/nouveau/ce/gp102: rename from gp104Ben Skeggs4-13/+13
2016-11-17drm/nouveau/fb/gp102: rename from gp104Ben Skeggs4-7/+7
2016-11-17drm/nouveau/disp/gp102: fix cursor/overlay immediate channel indicesBen Skeggs5-2/+80