summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-03-12drm: Added a new format DRM_FORMAT_XVYU2101010Ayan Kumar Halder
2019-03-12drm/fourcc: Add AFBC yuv fourccs for MaliBrian Starkey
2019-03-11MAINTAINERS: Add an entry for the vboxvideo driverHans de Goede
2019-03-11drm/vboxvideo: Move the vboxvideo driver out of stagingHans de Goede
2019-03-11staging/vboxvideo: Refactor vbox_update_mode_hintsHans de Goede
2019-03-11staging/vboxvideo: Drop initial_mode_queried workaroundHans de Goede
2019-03-11staging/vboxvideo: Another FIXME itemDaniel Vetter
2019-03-11drm/stm: fix CONFIG_FB dependencyArnd Bergmann
2019-03-08drm/v3d: Add support for V3D v4.2.Eric Anholt
2019-03-08drm/v3d: Handle errors from IRQ setup.Eric Anholt
2019-03-08drm/v3d: Make sure the GPU is on when measuring clocks.Eric Anholt
2019-03-08drm/v3d: Don't try to set OVRTMUOUT on V3D 4.x.Eric Anholt
2019-03-08Merge tag 'topic/hdr-formats-2019-03-07' of git://anongit.freedesktop.org/drm...Sean Paul
2019-03-07drm: export drm_timeout_abs_to_jiffiesQiang Yu
2019-03-07drm/sun4i: rgb: Change the pixel clock validation checkMaxime Ripard
2019-03-07drm/sun4i: Move rate variables to long longMaxime Ripard
2019-03-07drm/sun4i: rgb: Store the bridge pointerMaxime Ripard
2019-03-07drm/sun4i: Move the panel pointer from the TCON to the encodersMaxime Ripard
2019-03-07drm/vc4: Use 16bpp by default for the fbdev bufferMaxime Ripard
2019-03-06Merge drm/drm-next into drm-misc-nextSean Paul
2019-03-06drm/vc4: Add a debugfs entry to disable/enable the load trackerPaul Kocialkowski
2019-03-06drm/vc4: Add a load tracker to prevent HVS underflow errorsBoris Brezillon
2019-03-06drm/vc4: Report HVS underrun errorsBoris Brezillon
2019-03-05drm/dsc: Split DSC PPS and SDP header initialisationsDavid Francis
2019-03-05drm/dsc: Add native 420 and 422 support to compute_rc_paramsDavid Francis
2019-03-05drm/i915: Move dsc rate params compute into drmDavid Francis
2019-03-05drm/i915/icl: Enabling Y2xx and Y4xx (xx:10/12/16) formats for universal planesSwati Sharma
2019-03-05drm/i915/icl: Add Y2xx and Y4xx (xx:10/12/16) plane control definitionsSwati Sharma
2019-03-05drm: Add Y2xx and Y4xx (xx:10/12/16) format definitions and fourccSwati Sharma
2019-03-05drm/i915: Enable P010, P012, P016 formats for primary and sprite planesJuha-Pekka Heikkila
2019-03-05drm/i915: Preparations for enabling P010, P012, P016 formatsJuha-Pekka Heikkila
2019-03-05drm/i915: Add P010, P012, P016 plane control definitionsJuha-Pekka Heikkila
2019-03-05Merge tag 'drm-misc-fixes-2019-02-22' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2019-03-05drm/amd/display: Use vrr friendly pageflip throttling in DC.Mario Kleiner
2019-03-04drm: fix spelling mistake "intead" -> "instead"Colin Ian King
2019-03-04drm/tinydrm: Use drm_dev_enter/exit()Noralf Trønnes
2019-03-04drm/tinydrm: Remove tinydrm_deviceNoralf Trønnes
2019-03-04drm/tinydrm: Drop using tinydrm_deviceNoralf Trønnes
2019-03-04drm/tinydrm/repaper: Drop using tinydrm_deviceNoralf Trønnes
2019-03-04drm/drv: DOC: Add driver example codeNoralf Trønnes
2019-03-04drm: Add devm_drm_dev_init()Noralf Trønnes
2019-03-04drm/drv: Hold ref on parent device during drm_device lifetimeNoralf Trønnes
2019-03-04Merge v5.0 into drm-nextDave Airlie
2019-03-03Linux 5.0Linus Torvalds
2019-03-02Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds
2019-03-02Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-03-02Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2019-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-03-02Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-03-02net: sit: fix memory leak in sit_init_net()Mao Wenan