Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
d96bf437b6b52c6d7d2f293ca67e576110b04605
d96bf43
drm/nouveau/gem: remove (now) unneeded pre-validate fence sync
by Ben Skeggs
· 11 years ago
cef9e99
drm/nouveau/ttm: explicitly wait for bo idle before memcpy buffer move
by Ben Skeggs
· 11 years ago
35b8141
drm/nouveau/ttm: explicity sync with kernel channel before moving buffer
by Ben Skeggs
· 11 years ago
3c57d85
drm/nouveau/ttm: tidy up creation of temporary buffer move vmas
by Ben Skeggs
· 11 years ago
ab9b18a
drm/nv04/plane: add support for nv04/nv05 video overlay
by Ilia Mirkin
· 11 years ago
7ffb078
drm/nv10/plane: add YUYV support
by Ilia Mirkin
· 11 years ago
a554090
drm/nv50-: map TTM_PL_SYSTEM through a BAR for CPU access
by Maarten Lankhorst
· 11 years ago
ce8f769
drm/nouveau: fix m2mf copy to tiled gart
by Maarten Lankhorst
· 11 years ago
2e2cfbe
drm/nouveau/vm: reduce number of entry-points to vm_map()
by Ben Skeggs
· 11 years ago
2510538
drm/cirrus: correct register values for 16bpp
by Takashi Iwai
· 11 years ago
d0ce7b856
drm/nouveau: make vga_switcheroo code depend on VGA_SWITCHEROO
by Jeff Mahoney
· 11 years ago
918be88
drm/mgag200: on cards with < 2MB VRAM default to 16-bit
by Dave Airlie
· 11 years ago
f5395ba
Merge branch 'drm-vbl-timestamp' of git://gitorious.org/vsyrjala/linux into drm-next
by Dave Airlie
· 11 years ago
2b76a67
Merge branch 'topic/core-stuff' of git://people.freedesktop.org/~danvet/drm-intel into drm-next
by Dave Airlie
· 11 years ago
aec476a
Merge branch 'vmwgfx-next' of git://people.freedesktop.org/~thomash/linux into drm-next
by Dave Airlie
· 11 years ago
3e894a6
drm/vmwgfx: Fix recently introduced sparse / smatch warnings and errors
by Thomas Hellstrom
· 11 years ago
6ab11a2
drm/gem: Always initialize the gem object in object_init
by Daniel Vetter
· 11 years ago
8c9b2e3
Merge branch 'drm-next-3.14' of git://people.freedesktop.org/~agd5f/linux into drm-next
by Dave Airlie
· 11 years ago
5d02933
drm/radeon: add UVD support for OLAND
by Alex Deucher
· 11 years ago
407b6df
drm/radeon: fix minor typos in si_dpm.c
by Alex Deucher
· 11 years ago
d45b964
drm/radeon: set the full cache bit for fences on r7xx+
by Alex Deucher
· 11 years ago
10e9ffa
drm/radeon: fix surface sync in fence on cayman (v2)
by Alex Deucher
· 11 years ago
8097d94
drm/radeon/dpm: disable mclk switching on desktop RV770
by Alex Deucher
· 11 years ago
d526fbd
drm/radeon: fix endian handling in radeon_atom_init_mc_reg_table
by Alex Deucher
· 11 years ago
aa34dba
drm/radeon: write gfx pg bases even when gfx pg is disabled
by Alex Deucher
· 11 years ago
c4756ba
drm/radeon: bail early from enable ss in certain cases
by Alex Deucher
· 11 years ago
18f8f52
drm/radeon: handle ss percentage divider properly
by Alex Deucher
· 11 years ago
f5f1f89
drm/radeon: add query to fetch the max engine clock (v2)
by Alex Deucher
· 11 years ago
985e5dc
drm/edid: Populate picture aspect ratio for CEA modes
by Vandana Kannan
· 11 years ago
d30df55
drm/radeon/dp: sleep after powering up the display
by Alex Deucher
· 11 years ago
ab9f51c
drm/radeon/dp: use usleep_range rather than udelay
by Alex Deucher
· 11 years ago
2138681
drm/radeon/dp: bump i2c-over-aux retries to 7
by Alex Deucher
· 11 years ago
d8e2452
drm/radeon: disable ss on DP for DCE3.x
by Alex Deucher
· 11 years ago
6dfa09d
drm/radeon/cik: use hw defaults for TC_CFG registers
by Alex Deucher
· 11 years ago
919cf55
drm/radeon: disable dpm on BTC
by Alex Deucher
· 11 years ago
5d25906
drm/radeon/cik: use WAIT_REG_MEM special op for CP HDP flush
by Alex Deucher
· 11 years ago
da9e07e
drm/radeon/cik: use POLL_REG_MEM special op for sDMA HDP flush
by Alex Deucher
· 11 years ago
ca113f6
drm/radeon: consolidate sdma hdp flushing code for CIK
by Alex Deucher
· 11 years ago
780f5dd
drm/radeon: consolidate cp hdp flushing code for CIK
by Alex Deucher
· 11 years ago
8158eb9
drm/radeon: don't power gate paused UVD streams
by Christian König
· 11 years ago
7f4237c
Revert "drm/radeon: disable CIK CP semaphores for now"
by Alex Deucher
· 11 years ago
0e5083aa
drm/edid: parse the list of additional 3D modes
by Thomas Wood
· 11 years ago
aff04ac
drm/edid: split VIC display mode lookup into a separate function
by Thomas Wood
· 11 years ago
0993f1d
drm: Make the connector mode_valid() vfunc return a drm_mode_status enum
by Damien Lespiau
· 11 years ago
095163b
drm/i915: Add a kludge for DSL incrementing too late and ISR not working
by Ville Syrjälä
· 11 years ago
8072bfa
drm/radeon: Move the early vblank IRQ fixup to radeon_get_crtc_scanoutpos()
by Ville Syrjälä
· 11 years ago
abca9e4
drm: Pass 'flags' from the caller to .get_scanout_position()
by Ville Syrjälä
· 11 years ago
c0ae24c
drm: Fix vblank timestamping constants for interlaced modes
by Ville Syrjälä
· 11 years ago
d31faf6
drm/i915: Fix scanoutpos calculations for interlaced modes
by Ville Syrjälä
· 11 years ago
3c184f6
drm: Change {pixel,line,frame}dur_ns from s64 to int
by Ville Syrjälä
· 11 years ago
77666b7
drm: Use crtc_clock in drm_calc_timestamping_constants()
by Ville Syrjälä
· 11 years ago
265d09a
drm/radeon: Populate crtc_clock in radeon_atom_get_tv_timings()
by Ville Syrjälä
· 11 years ago
0dae35a
drm: Simplify the math in drm_calc_timestamping_constants()
by Ville Syrjälä
· 11 years ago
21b2156
drm: Improve drm_calc_timestamping_constants() documentation
by Ville Syrjälä
· 11 years ago
c326c0a
drm/i915: Call drm_calc_timestamping_constants() earlier
by Ville Syrjälä
· 11 years ago
4b4b923
drm/i915: Kill hwmode save/restore
by Ville Syrjälä
· 11 years ago
7da903e
drm: Pass the display mode to drm_calc_vbltimestamp_from_scanoutpos()
by Ville Syrjälä
· 11 years ago
545cdd5
drm: Pass the display mode to drm_calc_timestamping_constants()
by Ville Syrjälä
· 11 years ago
cfd72a4
Merge branch 'drm-intel-next' of git://people.freedesktop.org/~danvet/drm-intel into drm-next
by Dave Airlie
· 11 years ago
9354eaf
Merge tag 'vmwgfx-next-2014-01-17' of git://people.freedesktop.org/~thomash/linux into drm-next
by Dave Airlie
· 11 years ago
1985f99
drm/vmwgfx: Invalidate surface on non-readback unbind
by Jakob Bornecrantz
· 11 years ago
96b4362
drm/vmwgfx: Silence the device command verifier
by Thomas Hellstrom
· 11 years ago
f2a0dcb
drm/vmwgfx: Implement 64-bit Otable- and MOB binding v2
by Thomas Hellstrom
· 11 years ago
b360a3c
drm/vmwgfx: Fix surface framebuffer check for guest-backed surfaces
by Thomas Hellstrom
· 11 years ago
7cba906
drm/vmwgfx: Update otable definitions
by Thomas Hellstrom
· 11 years ago
0fd53cf
drm/vmwgfx: Use the linux DMA api also for MOBs
by Thomas Hellstrom
· 11 years ago
4b9e45e
drm/vmwgfx: Ditch the vmw_dummy_query_bo_prepare function
by Thomas Hellstrom
· 11 years ago
173fb7d
drm/vmwgfx: Persistent tracking of context bindings
by Thomas Hellstrom
· 11 years ago
b5c3b1a6
drm/vmwgfx: Track context bindings and scrub them upon exiting execbuf
by Thomas Hellstrom
· 11 years ago
8ba0731
drm/vmwgfx: Block the BIND_SHADERCONSTS command
by Thomas Hellstrom
· 11 years ago
311474d
drm/vmwgfx: Add a parameter to get max MOB memory size
by Thomas Hellstrom
· 12 years ago
1d7a5cb
drm/vmwgfx: Implement a buffer object synccpu ioctl.
by Thomas Hellstrom
· 12 years ago
15c6f65
drm/vmwgfx: Make sure that the multisampling is off
by Zack Rusin
· 12 years ago
c373d4e
drm/vmwgfx: Extend the command verifier to handle guest-backed on / off
by Thomas Hellstrom
· 12 years ago
7086d09
drm/vmwgfx: Fix up the vmwgfx_drv.h header for new files
by Thomas Hellstrom
· 12 years ago
d8c08b2
drm/vmwgfx: Enable 3D for new hardware version
by Thomas Hellstrom
· 12 years ago
74c10d1
drm/vmwgfx: Add new unused (by user-space) commands to the verifier
by Thomas Hellstrom
· 12 years ago
a21aa61
drm/vmwgfx: Validate guest-backed shader const commands
by Thomas Hellstrom
· 12 years ago
c74c162
drm/vmwgfx: Add guest-backed shaders
by Thomas Hellstrom
· 12 years ago
a97e219
drm/vmwgfx: Hook up guest-backed surfaces
by Thomas Hellstrom
· 12 years ago
58a0c5f
drm/vmwgfx: Hook up guest-backed contexts
by Thomas Hellstrom
· 12 years ago
f468911
drm/vmwgfx: Detach backing store from its resources when it is evicted
by Thomas Hellstrom
· 12 years ago
ddcda24
drm/vmwgfx: Hook up guest-backed queries
by Thomas Hellstrom
· 12 years ago
96c5f0d
drm/vmwgfx: Add the possibility to validate a buffer as a MOB
by Thomas Hellstrom
· 12 years ago
afb0e50
drm/vmwgfx: Read bounding box memory from the appropriate register
by Thomas Hellstrom
· 12 years ago
6da768a
drm/vmwgfx: Hook up MOBs to TTM as a separate memory type
by Thomas Hellstrom
· 12 years ago
3530bdc
drm/vmwgfx: Add MOB management
by Thomas Hellstrom
· 12 years ago
716a2fd
drm/vmwgfx: Adapt capability reporting to new hardware version
by Thomas Hellstrom
· 12 years ago
c1234db
drm/vmwgfx: Update the svga register definition
by Thomas Hellstrom
· 12 years ago
bc2d650
drm/vmwgfx: Replace vram_size with prim_bb_mem for calculation of max resolution
by Thomas Hellstrom
· 12 years ago
cfe4d53
drm/vmwgfx: Update the driver user-space interface for guest-backed objects
by Thomas Hellstrom
· 12 years ago
d901949
drm/vmwgfx: Update the svga3d register header file for new device version
by Thomas Hellstrom
· 12 years ago
0d00c48
drm/vmwgfx: Fix the driver for large dma addresses
by Thomas Hellstrom
· 11 years ago
0d9d349
Merge commit origin/master into drm-intel-next
by Daniel Vetter
· 11 years ago
53dac83
drm/mgag200: fix oops in cursor code.
by Dave Airlie
· 11 years ago
145830d
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 11 years ago
703a8c2
Merge branch 'drm-nouveau-next' of git://git.freedesktop.org/git/nouveau/linux-2.6 into drm-fixes
by Dave Airlie
· 11 years ago
fdd239a
drm/nouveau: fix null ptr dereferences on some boards
by Ben Skeggs
· 11 years ago
c5416d6
gpu: fix qxl missing crc32_le
by Randy Dunlap
· 11 years ago
1302b23
drivers: gpu: Include appropriate header file in r128_ioc32.c
by Rashika
· 11 years ago
Next »