Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
86c1b9eff3f27c82bceabd3b5c76376b26d26e92
86c1b9e
drm/vc4: Adjust modes in DSI to work around the integer PLL divider.
by Eric Anholt
· 8 years ago
fdb888d
drm/vc4: fix spelling mistake: "dimesions" -> "dimensions"
by Colin Ian King
· 8 years ago
b70ee23
drm/vc4: Enable selection in Kconfig on any 32-bit BCM platform.
by Eric Anholt
· 8 years ago
62b63dc
drm/cirrus: fix include notation and remove -Iinclude/drm flag
by Masahiro Yamada
· 8 years ago
191436c
drm/bridge: fix include notation and remove -Iinclude/drm flag
by Masahiro Yamada
· 8 years ago
61da540
drm/bochs: fix include notation and remove -Iinclude/drm flag
by Masahiro Yamada
· 8 years ago
ea35134
drm/ast: fix include notation and remove -Iinclude/drm flag
by Masahiro Yamada
· 8 years ago
248a1d6
drm/amd: fix include notation and remove -Iinclude/drm flag
by Masahiro Yamada
· 8 years ago
2da8331
drm/ttm: fix include notation and remove -Iinclude/drm flag
by Masahiro Yamada
· 8 years ago
e4e818c
drm: make drm_panel.h self-contained
by Masahiro Yamada
· 8 years ago
9cf8f58
drm: add missing declaration to drm_blend.h
by Tomi Valkeinen
· 8 years ago
68e989d
drm/dp: Wait up all outstanding tx waiters
by Chris Wilson
· 8 years ago
992d38c
drm/dp: Read the tx msg state once after checking for an event
by Chris Wilson
· 8 years ago
bebc1d5
drm/prime: Forward declare struct device
by Laura Abbott
· 8 years ago
5caa0fe
drm/vblank: Lock down vblank->hwmode more
by Daniel Vetter
· 8 years ago
1bf6ad6
drm/vblank: drop the mode argument from drm_calc_vbltimestamp_from_scanoutpos
by Daniel Vetter
· 8 years ago
2a39b88
drm/vblank: Add FIXME comments about moving the vblank ts hooks
by Daniel Vetter
· 8 years ago
3fcdcb2
drm/vblank: Switch to bool in_vblank_irq in get_vblank_timestamp
by Daniel Vetter
· 8 years ago
d673c02
drm/vblank: Switch drm_driver->get_vblank_timestamp to return a bool
by Daniel Vetter
· 8 years ago
315f024
drm/vgem: Convert to a struct drm_device subclass
by Chris Wilson
· 8 years ago
94d7fb4
gpu: drm: gma500: remove dead code
by Gustavo A. R. Silva
· 8 years ago
da98d2e
drm/sti: Adjust two checks for null pointers in sti_hqvdp_probe()
by Markus Elfring
· 8 years ago
bc435de
drm/sti: Fix typos in a comment line
by Markus Elfring
· 8 years ago
e1a22f9
drm/sti: Fix a typo in a comment line
by Markus Elfring
· 8 years ago
e963513
drm/sti: Replace 17 seq_puts() calls by seq_putc()
by Markus Elfring
· 8 years ago
ecf79d1
drm/sti: Reduce function calls for sequence output at five places
by Markus Elfring
· 8 years ago
adea1db
drm/sti: use seq_puts to display a string
by Nicolas Iooss
· 8 years ago
45c3d21
drm: Nerf the preclose callback for modern drivers
by Daniel Vetter
· 8 years ago
b13b4d1
drm/exynos: Merge pre/postclose hooks
by Daniel Vetter
· 8 years ago
bda0ecc
drm/tegra: switch to postclose
by Daniel Vetter
· 8 years ago
f0e73ff
drm/nouveau: Merge pre/postclose hooks
by Daniel Vetter
· 8 years ago
bed4100
drm/pl111: Initial drm/kms driver for pl111
by Tom Cooksey
· 8 years ago
73c7346
video: ARM CLCD: Move registers to a separate header.
by Eric Anholt
· 8 years ago
b3f7787
drm/vc4: Add specific compatible strings for Cygnus.
by Eric Anholt
· 8 years ago
1e70bdc
drm/vc4: Don't try to initialize FBDEV if we're only bound to V3D.
by Eric Anholt
· 8 years ago
b72a281
drm/vc4: Turn the V3D clock on at runtime.
by Eric Anholt
· 8 years ago
52b18e3
drm: Remove redundant NULL check during atomic plane commit
by Imre Deak
· 8 years ago
47a369d
dma-buf: Use seq_putc() in two functions
by Markus Elfring
· 8 years ago
34d84ec
dma-buf: Adjust a null pointer check in dma_buf_attach()
by Markus Elfring
· 8 years ago
db7942b
dma-buf: Improve a size determination in dma_buf_attach()
by Markus Elfring
· 8 years ago
9eddb41
dma-buf: Combine two function calls into one in dma_buf_debug_show()
by Markus Elfring
· 8 years ago
8f6e1e2
drm/atomic: Add support for custom scaling mode properties, v2
by Maarten Lankhorst
· 8 years ago
0e9f25d
drm/atomic: Handle picture_aspect_ratio in atomic core
by Maarten Lankhorst
· 8 years ago
af33a91
drm/vgem: Enable dmabuf import interfaces
by Laura Abbott
· 8 years ago
7e49158
drm/prime: Introduce drm_gem_prime_import_dev
by Laura Abbott
· 8 years ago
e2aff44
drm/vgem: Add a dummy platform device
by Laura Abbott
· 8 years ago
f424f55
drm/i915: Track MST link bandwidth
by Pandiyan, Dhinakaran
· 8 years ago
edb1ed1
drm/dp: Add DP MST helpers to atomically find and release vcpi slots
by Pandiyan, Dhinakaran
· 8 years ago
3f3353b
drm/dp: Introduce MST topology state to track available link bandwidth
by Pandiyan, Dhinakaran
· 8 years ago
b430c27
drm: Add driver-private objects to atomic state
by Pandiyan, Dhinakaran
· 8 years ago
3c390df
Merge tag 'drm-for-v4.12' of git://people.freedesktop.org/~airlied/linux into drm-misc-next
by Sean Paul
· 8 years ago
cd4b11d
drm/mm: Split up long running selftests with cond_resched()
by Chris Wilson
· 8 years ago
6911498
drm: zte: add VGA driver support
by Shawn Guo
· 8 years ago
cd4b298
dt-bindings: display: add support for ZTE VGA device
by Shawn Guo
· 8 years ago
9e42b26
drm: zte: move CSC register definitions into a common header
by Shawn Guo
· 8 years ago
893898f
drm: zte: do not enable clock auto-gating by default
by Shawn Guo
· 8 years ago
4259037
drm/atomic: fix doc to use new name for commit types
by Gustavo Padovan
· 8 years ago
aa5bfa4
drm/rockchip: analogix_dp: Remove unused check and variables
by Jeffy Chen
· 8 years ago
dafee60
drm: Make drm_atomic_replace_property_blob_from_id() more generic
by Jyri Sarha
· 8 years ago
d1841d3
drm: drm_color_mgmt.h needs struct drm_crtc declaration
by Jyri Sarha
· 8 years ago
8b03d1e
Merge branch 'linux-4.12' of git://github.com/skeggsb/linux into drm-next
by Dave Airlie
· 8 years ago
271393b
drm/nouveau/fb/gf100-: Fix 32 bit wraparound in new ram detection
by Mario Kleiner
· 8 years ago
48907c2
drm/nouveau/secboot/gm20b: fix the error return code in gm20b_secboot_tegra_read_wpr()
by Wei Yongjun
· 8 years ago
60b95d7
drm/nouveau/kms: Increase max retries in scanout position queries.
by Mario Kleiner
· 8 years ago
a7cb78b
drm/nouveau/bios/bitP: check that table is long enough for optional pointers
by Ben Skeggs
· 8 years ago
eef4988
drm/nouveau/fifo/nv40: no ctxsw for pre-nv44 mpeg engine
by Ilia Mirkin
· 8 years ago
73ba2d5
Merge tag 'drm-intel-next-fixes-2017-04-27' of git://anongit.freedesktop.org/git/drm-intel into drm-next
by Dave Airlie
· 8 years ago
53cecf1
Merge branch 'drm-vmwgfx-next' of git://people.freedesktop.org/~syeh/repos_linux into drm-next
by Dave Airlie
· 8 years ago
97643d7
Merge branch 'for-upstream/mali-dp' of git://linux-arm.org/linux-ld into drm-next
by Dave Airlie
· 8 years ago
03c0c5f
dma-buf: avoid scheduling on fence status query v2
by Andres Rodriguez
· 8 years ago
459b086
drm/rockchip: Set line flag config register in vop_crtc_enable
by Jeffy Chen
· 8 years ago
763656d
drm: mali-dp: use div_u64 for expensive 64-bit divisions
by Arnd Bergmann
· 8 years ago
88326ef
drm/i915: Confirm the request is still active before adding it to the await
by Chris Wilson
· 8 years ago
96dabe9
drm/i915: Avoid busy-spinning on VLV_GLTC_PW_STATUS mmio
by Chris Wilson
· 8 years ago
b162d47
drm/i915/selftests: Allocate inode/file dynamically
by Chris Wilson
· 8 years ago
acf2dc2
drm/i915: Fix system hang with EI UP masked on Haswell
by Mika Kuoppala
· 8 years ago
5af9e67
drm/i915: checking for NULL instead of IS_ERR() in mock selftests
by Dan Carpenter
· 8 years ago
dea6559
drm/i915: Perform link quality check unconditionally during long pulse
by Ville Syrjälä
· 8 years ago
dde7b00
drm/i915: Fix use after free in lpe_audio_platdev_destroy()
by Chris Wilson
· 8 years ago
bdb57b8
drm/i915: Use the right mapping_gfp_mask for final shmem allocation
by Chris Wilson
· 8 years ago
440df93
drm/i915: Make legacy cursor updates more unsynced
by Ville Syrjälä
· 8 years ago
d445aaa
drm/i915: Apply a cond_resched() to the saturated signaler
by Chris Wilson
· 8 years ago
1676a2b
drm/i915: Park the signaler before sleeping
by Chris Wilson
· 8 years ago
f8a7715
Merge tag 'gvt-next-fixes-2017-04-20' of https://github.com/01org/gvt-linux into drm-intel-next-fixes
by Jani Nikula
· 8 years ago
c2e7f82
drm: mali-dp: Check the mclk rate and allow up/down scaling
by Mihail Atanassov
· 8 years ago
0274e6a
drm: mali-dp: Enable image enhancement when scaling
by Mihail Atanassov
· 8 years ago
28ce675
drm: mali-dp: Add plane upscaling support
by Mihail Atanassov
· 8 years ago
50c7512
drm/mali-dp: Add core_id file to the sysfs interface
by Liviu Dudau
· 8 years ago
6954f24
drm: mali-dp: Add CTM support
by Mihail Atanassov
· 8 years ago
02725d3
drm: mali-dp: enable gamma support
by Mihail Atanassov
· 8 years ago
99665d0
drm: mali-dp: add malidp_crtc_state struct
by Mihail Atanassov
· 8 years ago
fe10cd6
drm: mali-dp: add custom reset hook for planes
by Mihail Atanassov
· 8 years ago
c03c17c
drm: mali-dp: remove unused variable
by Arnd Bergmann
· 8 years ago
88d4d90
drm: mali-dp: add atomic_print_state for planes
by Mihail Atanassov
· 8 years ago
85f6421
drm: mali-dp: Enable power management for the device.
by Liviu Dudau
· 8 years ago
46f1d42
drm: mali-dp: Update the state of all planes before re-enabling active CRTCs.
by Liviu Dudau
· 8 years ago
7a9d200
drm/vmwgfx: Convert macro to octal representation
by Øyvind A. Holm
· 8 years ago
d753e41
drm/cec: Add CEC over Aux register definitions
by Clint Taylor
· 8 years ago
6b14627
Merge tag 'drm-misc-next-fixes-2017-04-20' of git://anongit.freedesktop.org/git/drm-misc into drm-next
by Dave Airlie
· 8 years ago
ab6a46e
drm: Add DPCD definitions for DP 1.4 DSC feature
by Navare, Manasi D
· 8 years ago
Next »