]> git.kernelconcepts.de Git - karo-tx-linux.git/history - drivers
drm/sti:fix spelling mistake: "compoment" -> "component"
[karo-tx-linux.git] / drivers /
2017-05-18 Colin Ian Kingdrm/sti:fix spelling mistake: "compoment" -> "component"
2017-05-18 Masahiro Yamadadrm/via: remove unneeded -Iinclude/drm compiler flag
2017-05-18 Masahiro Yamadadrm/vgem: remove unneeded -Iinclude/drm compiler flag
2017-05-18 Masahiro Yamadadrm/udl: remove unneeded -Iinclude/drm compiler flag
2017-05-18 Masahiro Yamadadrm/tdfx: remove unneeded -Iinclude/drm compiler flag
2017-05-18 Masahiro Yamadadrm/sis: remove unneeded -Iinclude/drm compiler flag
2017-05-18 Masahiro Yamadadrm/savage: remove unneeded -Iinclude/drm compiler...
2017-05-18 Masahiro Yamadadrm/r128: remove unneeded -Iinclude/drm compiler flag
2017-05-18 Masahiro Yamadadrm/omap: remove unneeded -Iinclude/drm compiler flag
2017-05-18 Masahiro Yamadadrm/mga: remove unneeded -Iinclude/drm compiler flag
2017-05-18 Masahiro Yamadadrm/i2c: remove unneeded -Iinclude/drm compiler flag
2017-05-18 Masahiro Yamadadrm/i810: remove unneeded -Iinclude/drm compiler flag
2017-05-18 Masahiro Yamadadrm/gma500: remove unneeded -Iinclude/drm compiler...
2017-05-18 Masahiro Yamadadrm/vmwgfx: fix include notation and remove -Iinclude...
2017-05-18 Masahiro Yamadadrm/virtio: fix include notation and remove -Iinclude...
2017-05-17 Masahiro Yamadadrm/tilcdc: fix include notation and remove -Iinclude...
2017-05-17 Masahiro Yamadadrm/radeon: fix include notation and remove -Iinclude...
2017-05-17 Masahiro Yamadadrm/qxl: fix include notation and remove -Iinclude...
2017-05-17 Masahiro Yamadadrm/nouveau: fix include notation and remove -Iinclude...
2017-05-17 Masahiro Yamadadrm/msm: fix include notation and remove -Iinclude...
2017-05-17 Masahiro Yamadadrm/mgag200: fix include notation and remove -Iinclude...
2017-05-17 Masahiro Yamadadrm/hisilicon: fix include notation and remove -Iinclud...
2017-05-16 Eric Anholtdrm/vc4: Adjust modes in DSI to work around the integer...
2017-05-16 Colin Ian Kingdrm/vc4: fix spelling mistake: "dimesions" -> "dimensions"
2017-05-16 Eric Anholtdrm/vc4: Enable selection in Kconfig on any 32-bit...
2017-05-16 Masahiro Yamadadrm/cirrus: fix include notation and remove -Iinclude...
2017-05-16 Masahiro Yamadadrm/bridge: fix include notation and remove -Iinclude...
2017-05-16 Masahiro Yamadadrm/bochs: fix include notation and remove -Iinclude...
2017-05-16 Masahiro Yamadadrm/ast: fix include notation and remove -Iinclude...
2017-05-16 Masahiro Yamadadrm/amd: fix include notation and remove -Iinclude...
2017-05-16 Masahiro Yamadadrm/ttm: fix include notation and remove -Iinclude...
2017-05-15 Chris Wilsondrm/dp: Wait up all outstanding tx waiters
2017-05-15 Chris Wilsondrm/dp: Read the tx msg state once after checking for...
2017-05-10 Daniel Vetterdrm/vblank: Lock down vblank->hwmode more
2017-05-10 Daniel Vetterdrm/vblank: drop the mode argument from drm_calc_vbltim...
2017-05-10 Daniel Vetterdrm/vblank: Switch to bool in_vblank_irq in get_vblank_...
2017-05-10 Daniel Vetterdrm/vblank: Switch drm_driver->get_vblank_timestamp...
2017-05-10 Chris Wilsondrm/vgem: Convert to a struct drm_device subclass
2017-05-10 Gustavo A. R. Silvagpu: drm: gma500: remove dead code
2017-05-09 Markus Elfringdrm/sti: Adjust two checks for null pointers in sti_hqv...
2017-05-09 Markus Elfringdrm/sti: Fix typos in a comment line
2017-05-09 Markus Elfringdrm/sti: Fix a typo in a comment line
2017-05-09 Markus Elfringdrm/sti: Replace 17 seq_puts() calls by seq_putc()
2017-05-09 Markus Elfringdrm/sti: Reduce function calls for sequence output...
2017-05-09 Nicolas Ioossdrm/sti: use seq_puts to display a string
2017-05-09 Daniel Vetterdrm: Nerf the preclose callback for modern drivers
2017-05-09 Daniel Vetterdrm/exynos: Merge pre/postclose hooks
2017-05-09 Daniel Vetterdrm/tegra: switch to postclose
2017-05-09 Daniel Vetterdrm/nouveau: Merge pre/postclose hooks
2017-05-08 Tom Cookseydrm/pl111: Initial drm/kms driver for pl111
2017-05-08 Eric Anholtdrm/vc4: Add specific compatible strings for Cygnus.
2017-05-08 Eric Anholtdrm/vc4: Don't try to initialize FBDEV if we're only...
2017-05-08 Eric Anholtdrm/vc4: Turn the V3D clock on at runtime.
2017-05-08 Imre Deakdrm: Remove redundant NULL check during atomic plane...
2017-05-08 Markus Elfringdma-buf: Use seq_putc() in two functions
2017-05-08 Markus Elfringdma-buf: Adjust a null pointer check in dma_buf_attach()
2017-05-08 Markus Elfringdma-buf: Improve a size determination in dma_buf_attach()
2017-05-08 Markus Elfringdma-buf: Combine two function calls into one in dma_buf...
2017-05-08 Maarten Lankhorstdrm/atomic: Add support for custom scaling mode propert...
2017-05-08 Maarten Lankhorstdrm/atomic: Handle picture_aspect_ratio in atomic core
2017-05-08 Laura Abbottdrm/vgem: Enable dmabuf import interfaces
2017-05-08 Laura Abbottdrm/prime: Introduce drm_gem_prime_import_dev
2017-05-08 Laura Abbottdrm/vgem: Add a dummy platform device
2017-05-04 Pandiyan, Dhinakarandrm/i915: Track MST link bandwidth
2017-05-04 Pandiyan, Dhinakarandrm/dp: Add DP MST helpers to atomically find and relea...
2017-05-04 Pandiyan, Dhinakarandrm/dp: Introduce MST topology state to track available...
2017-05-04 Pandiyan, Dhinakarandrm: Add driver-private objects to atomic state
2017-05-04 Sean PaulMerge tag 'drm-for-v4.12' of git://people.freedesktop...
2017-05-04 Chris Wilsondrm/mm: Split up long running selftests with cond_resched()
2017-05-04 Shawn Guodrm: zte: add VGA driver support
2017-05-04 Shawn Guodrm: zte: move CSC register definitions into a common...
2017-05-04 Shawn Guodrm: zte: do not enable clock auto-gating by default
2017-05-03 Gustavo Padovandrm/atomic: fix doc to use new name for commit types
2017-05-02 Jeffy Chendrm/rockchip: analogix_dp: Remove unused check and...
2017-05-02 Jyri Sarhadrm: Make drm_atomic_replace_property_blob_from_id...
2017-05-01 Dave AirlieMerge branch 'linux-4.12' of git://github.com/skeggsb...
2017-04-29 Mario Kleinerdrm/nouveau/fb/gf100-: Fix 32 bit wraparound in new...
2017-04-29 Wei Yongjundrm/nouveau/secboot/gm20b: fix the error return code...
2017-04-29 Mario Kleinerdrm/nouveau/kms: Increase max retries in scanout positi...
2017-04-29 Ben Skeggsdrm/nouveau/bios/bitP: check that table is long enough...
2017-04-29 Ilia Mirkindrm/nouveau/fifo/nv40: no ctxsw for pre-nv44 mpeg engine
2017-04-28 Dave AirlieMerge tag 'drm-intel-next-fixes-2017-04-27' of git...
2017-04-28 Dave AirlieMerge branch 'drm-vmwgfx-next' of git://people.freedesk...
2017-04-28 Dave AirlieMerge branch 'for-upstream/mali-dp' of git://linux...
2017-04-27 Andres Rodriguezdma-buf: avoid scheduling on fence status query v2
2017-04-27 Jeffy Chendrm/rockchip: Set line flag config register in vop_crtc...
2017-04-26 Arnd Bergmanndrm: mali-dp: use div_u64 for expensive 64-bit divisions
2017-04-26 Chris Wilsondrm/i915: Confirm the request is still active before...
2017-04-26 Chris Wilsondrm/i915: Avoid busy-spinning on VLV_GLTC_PW_STATUS...
2017-04-26 Chris Wilsondrm/i915/selftests: Allocate inode/file dynamically
2017-04-26 Mika Kuoppaladrm/i915: Fix system hang with EI UP masked on Haswell
2017-04-26 Dan Carpenterdrm/i915: checking for NULL instead of IS_ERR() in...
2017-04-26 Ville Syrjälädrm/i915: Perform link quality check unconditionally...
2017-04-26 Chris Wilsondrm/i915: Fix use after free in lpe_audio_platdev_destroy()
2017-04-26 Chris Wilsondrm/i915: Use the right mapping_gfp_mask for final...
2017-04-26 Ville Syrjälädrm/i915: Make legacy cursor updates more unsynced
2017-04-26 Chris Wilsondrm/i915: Apply a cond_resched() to the saturated signaler
2017-04-26 Chris Wilsondrm/i915: Park the signaler before sleeping
2017-04-26 Jani NikulaMerge tag 'gvt-next-fixes-2017-04-20' of https://github...
2017-04-24 Mihail Atanassovdrm: mali-dp: Check the mclk rate and allow up/down...
next