summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-02-01drm/msm/mdp5: add NV12 support for MDP5Stephane Viau2-21/+194
2015-02-01drm/msm/mdp: add common YUV information for MDP4/MDP5Stephane Viau7-22/+154
2015-02-01drm/msm: update generated headersRob Clark14-325/+1166
2015-02-01drm/msm: Do not BUG_ON(!spin_is_locked()) on UPBruno Prémont1-1/+1
2015-02-01drm/msm/hdmi: fix memory leak after bridge changesRob Clark1-4/+5
2015-02-01drm/msm: fix fallout of atomic dpms changesRob Clark12-263/+303
2015-02-01drm/msm: Remove CRTC .mode_set and .mode_set_base helpersLaurent Pinchart2-4/+0
2015-02-01drm/dp: add drm_dp_link_power_down() helperRob Clark2-0/+32
2015-01-31drm: atmel-hlcdc: Add dependency on ARMBoris Brezillon1-1/+1
2015-01-31drm: msm: add missing dependencies on OF and COMMON_CLKArnd Bergmann1-0/+1
2015-01-31drm/udl: properly set active_16 flag in udl_crtc_page_flip(). (v2)Haixia Shi1-1/+8
2015-01-31drm: shmobile: fix Kconfig dependenciesArnd Bergmann1-0/+2
2015-01-31drm: sti: add panel dependencyArnd Bergmann1-0/+1
2015-01-31drm: rockchip: add reset controller dependencyArnd Bergmann1-0/+1
2015-01-31drm: panel/simple: add backlight dependencyArnd Bergmann1-0/+1
2015-01-31drm: panel/sharp: add backlight dependencyArnd Bergmann1-0/+1
2015-01-31drm/udl: optimize udl_compress_hline16 (v2)Haixia Shi1-20/+19
2015-01-30drm/i915: Update DRIVER_DATE to 20150130Daniel Vetter1-1/+1
2015-01-30drm/i915: Use pipe_config's cpu_transcoder for reading encoder hw stateAnder Conselvan de Oliveira2-2/+2
2015-01-30drm/i915: Fix a use-after-free in intel_execlists_retire_requestsNick Hoath1-1/+1
2015-01-30drm/i915: Split shared dpll setup out of __intel_set_mode()Ander Conselvan de Oliveira1-17/+33
2015-01-30drm/i915: Don't do posting reads on getting forcewakeMika Kuoppala1-1/+0
2015-01-30drm/i915: Do uncore early sanitize after domain initMika Kuoppala1-8/+30
2015-01-30drm/i915: Handle CHV in vlv_set_rps_idle()Ville Syrjälä1-5/+3
2015-01-29drm/i915: Remove nested work in gpu error handlingMika Kuoppala4-24/+24
2015-01-29drm/i915/documentation: Add intel_uncore.c to drm.tmplMika Kuoppala1-0/+1
2015-01-29drm/i915/dsi: remove intel_dsi_cmd.c and the unused functions thereinJani Nikula4-120/+0
2015-01-29drm/i915/dsi: move dpi_send_cmd() to intel_dsi.c and make it staticJani Nikula3-41/+37
2015-01-29drm/i915/dsi: remove old read/write functions in favor of new stuffJani Nikula2-331/+0
2015-01-29drm/i915/dsi: make the vbt panel driver use mipi_dsi_device for transfersJani Nikula1-18/+34
2015-01-29drm/i915/dsi: add drm mipi dsi host supportJani Nikula4-4/+180
2015-01-29drm/i915/dsi: switch to drm_panel interfaceJani Nikula4-119/+157
2015-01-29drm/irq: Don't disable vblank interrupts when already disabledLaurent Pinchart1-2/+9
2015-01-29agp: change agp_free_page_array to use kvfreeWang, Yalin2-12/+4
2015-01-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Dave Airlie234-2229/+2560
2015-01-29Merge tag 'drm/panel/for-3.20-rc1' of git://anongit.freedesktop.org/tegra/lin...Dave Airlie25-294/+531
2015-01-28drm/i915/skl: Enabling PSR on SkylakeSonika Jindal3-3/+31
2015-01-28Revert "drm/i915: Fix mutex->owner inspection race under DEBUG_MUTEXES"Chris Wilson1-1/+1
2015-01-28drm/i915: Be consistent on printing seqnosMika Kuoppala1-4/+4
2015-01-28drm/i915: Display current hangcheck status in debugfsChris Wilson1-0/+36
2015-01-28drm/i915: Convert hangcheck from a timer into a delayed work itemChris Wilson5-18/+32
2015-01-28agp/intel: Serialise after GTT updatesChris Wilson1-7/+7
2015-01-28drm/bridge: dw-hdmi: Adapt to bridge API changeFabio Estevam1-9/+2
2015-01-28drm/sti: fixup for bridge interfaceDave Airlie1-10/+19
2015-01-28drm/bridge: dw-hdmi: Fix return error pathFabio Estevam1-1/+1
2015-01-28drm: Check the right variable when setting formatsDan Carpenter1-1/+1
2015-01-28Documentation: bridge: Add documentation for ps8622 DT propertiesAjay Kumar1-0/+31
2015-01-28Documentation: devicetree: Add vendor prefix for paradeAjay Kumar1-0/+1
2015-01-28Documentation: drm: bridge: move to video/bridgeAjay Kumar1-2/+2
2015-01-28drm/bridge: ptn3460: use gpiod interfaceAjay Kumar1-52/+36