aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2017-11-23Merge tag 'imx-drm-next-2017-10-18' of git://git.pengutronix.de/git/pza/linux...Dave Airlie3-5/+2
2017-11-23Merge tag 'drm/tegra/for-4.15-rc1-fixes' of git://anongit.freedesktop.org/teg...Dave Airlie1-46/+111
2017-11-22drm/edid: Allow HDMI infoframe without VIC or S3DVille Syrjälä10-18/+52
2017-11-21treewide: setup_timer() -> timer_setup() (2 field)Kees Cook1-4/+4
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook9-33/+28
2017-11-21treewide: init_timer() -> setup_timer()Kees Cook1-3/+1
2017-11-21drm/vc4: Convert timers to use timer_setup()Kees Cook2-12/+7
2017-11-21drm/i915/selftests: Convert timers to use timer_setup()Kees Cook1-3/+3
2017-11-21drm/amdgpu: fix rmmod KCQ disable failed errorWang Hongcheng3-5/+3
2017-11-21drm/amdgpu: fix kernel hang when starting VNC serverXiangliang.Yu1-4/+1
2017-11-21Merge airlied/drm-next into drm-misc-nextDaniel Vetter740-49877/+48270
2017-11-21drm/i915: Fix init_clock_gating for resumeVille Syrjälä1-0/+1
2017-11-21drm/i915: Mark the userptr invalidate workqueue as WQ_MEM_RECLAIMChris Wilson1-2/+4
2017-11-21drm/i915: Clear breadcrumb node when cancelling signalingChris Wilson1-0/+1
2017-11-21drm/i915/gvt: ensure -ve return value is handled correctlyColin Ian King1-1/+1
2017-11-21drm/i915: Re-register PMIC bus access notifier on runtime resumeHans de Goede3-0/+9
2017-11-21drm/i915: Fix false-positive assert_rpm_wakelock_held in i915_pmic_bus_access...Hans de Goede1-0/+7
2017-11-21drm/sti: Handle return value of platform_get_irq_bynameArvind Yadav1-0/+5
2017-11-20drm/amdgpu: don't skip attributes when powerplay is enabledAlex Deucher1-0/+4
2017-11-20drm/amd/pp: fix typecast error in powerplay.Rex Zhu1-2/+2
2017-11-20drm/vc4: Add support for NV21 and NV61.Dave Stevenson1-0/+10
2017-11-20drm/vc4: Use .pixel_order instead of custom .flip_cbcrDave Stevenson1-12/+8
2017-11-20drm/vc4: Add support for DRM_FORMAT_RGB888 and DRM_FORMAT_BGR888Dave Stevenson1-0/+8
2017-11-20drm: Move drm_plane_helper_check_state() into drm_atomic_helper.cVille Syrjälä15-159/+162
2017-11-20drm: Check crtc_state->enable rather than crtc->enabled in drm_plane_helper_c...Ville Syrjälä14-38/+50
2017-11-20drm/vmwgfx: Try to fix plane clippingVille Syrjälä1-10/+13
2017-11-20drm/vmwgfx: Use drm_plane_helper_check_state()Ville Syrjälä1-14/+3
2017-11-20drm/vmwgfx: Remove bogus crtc coords vs fb size checkVille Syrjälä1-6/+0
2017-11-20drm/tilcdc: Remove obsolete "ti,tilcdc,slave" dts binding supportJyri Sarha5-380/+0
2017-11-20drm/tegra: sor: Reimplement pad clockThierry Reding1-46/+111
2017-11-20gpu: gma500: remove unneeded DRIVER_LICENSE #defineGreg Kroah-Hartman2-2/+1
2017-11-20drm: don't link DP aux i2c adapter to the hardware device nodeLucas Stach1-1/+0
2017-11-20Merge tag 'drm-fsl-dcu-fixes-for-v4.15' of http://git.agner.ch/git/linux-drm-...Dave Airlie2-7/+1
2017-11-20Merge branch 'drm-next-4.15' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie11-51/+87
2017-11-17drm/i915: Update DRIVER_DATE to 20171117Rodrigo Vivi1-2/+2
2017-11-17Merge tag 'drm-for-v4.15-amd-dc' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds366-75/+132365
2017-11-17Merge branch 'work.get_user_pages_fast' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-3/+3
2017-11-17Revert "drm/radeon: dont switch vt on suspend"Alex Deucher1-1/+0
2017-11-17drm/amd/amdgpu: fix over-bound accessing in amdgpu_cs_wait_any_fenceRoger He1-1/+1
2017-11-17Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds3-61/+48
2017-11-17drm/i915: Add a policy note for removing workaroundsChris Wilson1-0/+5
2017-11-17drm/i915/selftests: Report ENOMEM clearly for an allocation failureChris Wilson1-10/+26
2017-11-17Revert "drm/i915: Display WA #1133 WaFbcSkipSegments:cnl, glk"Radhakrishna Sripada2-15/+0
2017-11-17drm/i915: Calculate g4x intermediate watermarks correctlyMaarten Lankhorst1-7/+20
2017-11-17drm/i915: Calculate vlv/chv intermediate watermarks correctly, v3.Maarten Lankhorst1-6/+18
2017-11-17drm/panel: simple: Add Mitsubishi AA070MC01 panel supportLukasz Majewski1-0/+35
2017-11-17drm/panel: simple: Add Tianma TM070RVHG71 panel supportLukasz Majewski1-0/+27
2017-11-17drm/i915: Pass crtc_state to ips toggle functions, v2Maarten Lankhorst4-17/+21
2017-11-17drm/i915: Pass idle crtc_state to intel_dp_sink_crcMaarten Lankhorst3-13/+30
2017-11-17drm/i915: Enable FIFO underrun reporting after initial fastset, v4.Maarten Lankhorst1-2/+15